From b73d904cff574bb8447c75457a07353a81100ad5 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Fri, 8 Feb 2013 19:10:33 -0800 Subject: armv7/snow: add BL1_SIZE_KB and get rid of magic constants This adds a BL1_SIZE_KB config variable so that we can get rid of some magic constants. Change-Id: I9dbcfb407d3f8e367be5d943e95b032ce88b0ad0 Signed-off-by: David Hendricks Reviewed-on: http://review.coreboot.org/2332 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/samsung/exynos5250/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cpu/samsung') diff --git a/src/cpu/samsung/exynos5250/Kconfig b/src/cpu/samsung/exynos5250/Kconfig index 0b07b90a63..3e61087c76 100644 --- a/src/cpu/samsung/exynos5250/Kconfig +++ b/src/cpu/samsung/exynos5250/Kconfig @@ -14,6 +14,10 @@ config SATA_AHCI bool default n +config BL1_SIZE_KB + int + default 8192 + # Example SRAM/iRAM map for Exynos5250 platform: # # 0x0202_0000: vendor-provided BL1 -- cgit v1.2.3