t132: Change romstage base address
Romstage was overflowing. So move the base address lower BUG=chrome-os-partner:31032 BRANCH=None TEST=Compiles successfully Change-Id: Ia05034477b51b149c87347ed1880f8e85ecbfbf8 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://chromium-review.googlesource.com/210434 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Tom Warren <twarren@nvidia.com> Tested-by: Furquan Shaikh <furquan@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
f4d41ddf90
commit
14af527a5d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ config BOOTBLOCK_BASE
|
|||
|
||||
config ROMSTAGE_BASE
|
||||
hex
|
||||
default 0x4002c000
|
||||
default 0x40025000
|
||||
|
||||
config SYS_SDRAM_BASE
|
||||
hex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue