diff options
author | Tom Rini <trini@konsulko.com> | 2019-01-22 17:09:25 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-26 22:55:53 -0500 |
commit | b32ba6f12e4584b85c55c89000b0ef3fd98473f5 (patch) | |
tree | d746c2c1df99aa5eeedf3d80720f62624c676043 /arch/arm/mach-rockchip | |
parent | a6d6812a212cf2ac263b23e68e6cbf719e64ac20 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 6dc8e3a017..b0082416b0 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -81,6 +81,9 @@ config TPL_LDSCRIPT config TPL_TEXT_BASE default 0xff704000 +config TPL_MAX_SIZE + default 32768 + endif config ROCKCHIP_RK3328 |