soc/mediatek/mt8196: Increase bootblock size from 70KB to 75KB
Increase the bootblock size to support TPM. TEST=Build pass BUG=b:317009620 Change-Id: I11fb505790a85d967032d48d9aa18e22f525a2e5 Signed-off-by: Jarried Lin <jarried.lin@mediatek.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85043 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
parent
b604d417d5
commit
6131d7745c
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ SECTIONS
|
|||
DRAM_INIT_CODE(0x02000000, 600K)
|
||||
#else
|
||||
/* The beginning 4K of SRAM_L2C is reserved for BOOTROM until BOOTBLOCK is started. */
|
||||
BOOTBLOCK(0x02001000, 70K)
|
||||
BOOTBLOCK(0x02001000, 75K)
|
||||
#endif
|
||||
OVERLAP_DECOMPRESSOR_VERSTAGE_ROMSTAGE(0x02096000, 272K)
|
||||
PRERAM_CBFS_CACHE(0x020DA000, 48K)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue