mirror of
https://xff.cz/git/u-boot/
synced 2025-09-12 14:13:07 +02: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:
@@ -81,6 +81,9 @@ config TPL_LDSCRIPT
|
|||||||
config TPL_TEXT_BASE
|
config TPL_TEXT_BASE
|
||||||
default 0xff704000
|
default 0xff704000
|
||||||
|
|
||||||
|
config TPL_MAX_SIZE
|
||||||
|
default 32768
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config ROCKCHIP_RK3328
|
config ROCKCHIP_RK3328
|
||||||
|
Reference in New Issue
Block a user