mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
rockchip: Add TPL_MAX_SIZE for RK3288
Per Kever Yang, 32768 is a reasonable max size for TPL on RK3288. Cc: Kever Yang <kever.yang@rock-chips.com> Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
a6d6812a21
commit
b32ba6f12e
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ config TPL_LDSCRIPT
|
|||
config TPL_TEXT_BASE
|
||||
default 0xff704000
|
||||
|
||||
config TPL_MAX_SIZE
|
||||
default 32768
|
||||
|
||||
endif
|
||||
|
||||
config ROCKCHIP_RK3328
|
||||
|
|
Loading…
Add table
Reference in a new issue