diff options
| author | Tom Rini <[email protected]> | 2019-01-22 17:09:25 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-01-26 22:55:53 -0500 |
| commit | b32ba6f12e4584b85c55c89000b0ef3fd98473f5 (patch) | |
| tree | d746c2c1df99aa5eeedf3d80720f62624c676043 | |
| 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 <[email protected]>
Cc: Philipp Tomsich <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -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 6dc8e3a017a..b0082416b0c 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 |
