t210: change memlayout.ld

MBIST workaround needs more space in bootblock.
bootblock += 4KB; romstage -= 4KB

BUG=None
BRANCH=None
TEST=tested on Smaug, still boot to kernel

Change-Id: I8338d0a134185a425af36e302dcf0ed1520b7e21
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 388523bf4fa25ff3ecf9607ff36ce7c6109485ed
Original-Change-Id: Ib08f2ff438f9d96a19b44af1b3e13260966f98f1
Original-Signed-off-by: Yen Lin <yelin@nvidia.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/287286
Original-Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: http://review.coreboot.org/11038
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Yen Lin 2015-07-21 12:48:12 -07:00 committed by Patrick Georgi
parent 8868172b8c
commit cbaf92782e
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ SECTIONS
VBOOT2_WORK(0x4000B000, 16K) VBOOT2_WORK(0x4000B000, 16K)
STACK(0x4000F000, 2K) STACK(0x4000F000, 2K)
TIMESTAMP(0x4000F800, 2K) TIMESTAMP(0x4000F800, 2K)
BOOTBLOCK(0x40010000, 24K) BOOTBLOCK(0x40010000, 28K)
VERSTAGE(0x40016000, 64K) VERSTAGE(0x40017000, 64K)
ROMSTAGE(0x40026000, 104K) ROMSTAGE(0x40027000, 100K)
SRAM_END(0x40040000) SRAM_END(0x40040000)
DRAM_START(0x80000000) DRAM_START(0x80000000)