From f1fd4e3f9d699cc694cf7840c169db9bbe9193b6 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Wed, 28 May 2014 10:49:51 -0700 Subject: [PATCH] storm: modify memory layout This is an interim change (before EFS is enabled), align ROM and RAM stages so that they have enough room and do not step over each other. BUG=chrome-os-partner:27784 TEST=manual . booted coreboot successfully on ap148 Change-Id: I6e1710ac7ca494a69aea5ba3b117bfd882aded26 Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/202046 Reviewed-by: David Hendricks Reviewed-by: Trevor Bourget --- src/soc/qualcomm/ipq806x/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig index d650349856..3d3af775d6 100644 --- a/src/soc/qualcomm/ipq806x/Kconfig +++ b/src/soc/qualcomm/ipq806x/Kconfig @@ -45,11 +45,11 @@ config BOOTBLOCK_BASE config ROMSTAGE_BASE hex - default 0x40608000 + default 0x40620000 config RAMSTAGE_BASE hex - default 0x4060c000 + default 0x40640000 config SYS_SDRAM_BASE hex