From 732cee31a6ab9b796043cb2455f4a19765a95c5a Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 23 Dec 2013 12:14:13 +0200 Subject: ARMv7: Remove static CBMEM allocation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The calculations for static allocation are no longer valid. Change-Id: I6740cdcec789abddf78485a0edaf24882ef8c2a5 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/4569 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: David Hendricks --- src/cpu/samsung/exynos5250/Kconfig | 4 ---- src/cpu/samsung/exynos5420/Kconfig | 4 ---- src/cpu/ti/am335x/Kconfig | 5 ----- 3 files changed, 13 deletions(-) (limited to 'src/cpu') diff --git a/src/cpu/samsung/exynos5250/Kconfig b/src/cpu/samsung/exynos5250/Kconfig index 6731bb60e4..63038c3ecb 100644 --- a/src/cpu/samsung/exynos5250/Kconfig +++ b/src/cpu/samsung/exynos5250/Kconfig @@ -88,10 +88,6 @@ config SYS_SDRAM_BASE hex default 0x40000000 -config COREBOOT_TABLES_SIZE - hex - default 0x4000000 - choice CONSOLE_SERIAL_UART_CHOICES prompt "Serial Console UART" default CONSOLE_SERIAL_UART3 diff --git a/src/cpu/samsung/exynos5420/Kconfig b/src/cpu/samsung/exynos5420/Kconfig index df721ae0c1..dd35c356e4 100644 --- a/src/cpu/samsung/exynos5420/Kconfig +++ b/src/cpu/samsung/exynos5420/Kconfig @@ -90,10 +90,6 @@ config SYS_SDRAM_BASE hex default 0x20000000 -config COREBOOT_TABLES_SIZE - hex - default 0x4000000 - choice CONSOLE_SERIAL_UART_CHOICES prompt "Serial Console UART" default CONSOLE_SERIAL_UART3 diff --git a/src/cpu/ti/am335x/Kconfig b/src/cpu/ti/am335x/Kconfig index 0c37eefb81..0142c49cb5 100644 --- a/src/cpu/ti/am335x/Kconfig +++ b/src/cpu/ti/am335x/Kconfig @@ -47,8 +47,3 @@ config CBFS_HEADER_ROM_OFFSET config SYS_SDRAM_BASE hex default 0x40000000 - -# FIXME: this can probably be smaller -config COREBOOT_TABLES_SIZE - hex - default 0x800 -- cgit v1.2.3