From 836fd19aa812388ba78de7c330f7c0bd1b6788a8 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 20 Feb 2013 13:24:35 -0800 Subject: armv7: Don't let users set ram parameters that are fixed in hardware. The SDRAM base is fixed in hardware. It makes no sense to make it configurable. The TEXT start is a magic number that should also be fixed, not settable. Change-Id: Ie44cc5c8da1dc38fc00eb602c4a295b045ca5364 Signed-off-by: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/2465 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/cpu/samsung/exynos5250/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cpu/samsung') diff --git a/src/cpu/samsung/exynos5250/Kconfig b/src/cpu/samsung/exynos5250/Kconfig index 1b8b23f8e2..ca306b6de8 100644 --- a/src/cpu/samsung/exynos5250/Kconfig +++ b/src/cpu/samsung/exynos5250/Kconfig @@ -87,11 +87,11 @@ config XIP_ROM_SIZE default ROMSTAGE_SIZE config SYS_SDRAM_BASE - hex "SDRAM base address" + hex default 0x40000000 config SYS_TEXT_BASE - hex "Executable code section" + hex default 0x43e00000 config COREBOOT_TABLES_SIZE -- cgit v1.2.3