From 74e27b419dc9da8ea7c7ceb9cc0ad203176d24f9 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Sat, 9 Feb 2013 13:51:55 -0800 Subject: armv7/exynos: make BL1_SIZE_KB consistent with numbers used... The Kconfig variable indicates KB, but the number used was bytes. Let's just assume KB is correct for now. Change-Id: I910c126104f0222fc48b70a18df943f2afddeca3 Signed-off-by: David Hendricks Reviewed-on: http://review.coreboot.org/2341 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/samsung/exynos5250/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/samsung') diff --git a/src/cpu/samsung/exynos5250/Kconfig b/src/cpu/samsung/exynos5250/Kconfig index 3e61087c76..357817eb71 100644 --- a/src/cpu/samsung/exynos5250/Kconfig +++ b/src/cpu/samsung/exynos5250/Kconfig @@ -16,7 +16,7 @@ config SATA_AHCI config BL1_SIZE_KB int - default 8192 + default 8 # Example SRAM/iRAM map for Exynos5250 platform: # -- cgit v1.2.3