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 <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/202046
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Reviewed-by: Trevor Bourget <tbourget@codeaurora.org>
This commit is contained in:
Vadim Bendebury 2014-05-28 10:49:51 -07:00 committed by chrome-internal-fetch
commit f1fd4e3f9d

View file

@ -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