summaryrefslogtreecommitdiff
path: root/common/spl
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-07-28 18:20:41 (GMT)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-08-13 15:12:35 (GMT)
commit5aa49af3114972f62eb02ef0a6a2f0269c937f2d (patch)
tree8d8fc589af1e1e168fe3e2274bec861ccb9035fb /common/spl
parent4cf4378ed0c7a8b8cf120f074f92dd2298ca999a (diff)
downloadu-boot-5aa49af3114972f62eb02ef0a6a2f0269c937f2d.tar.xz
moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE
We can finally drop TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE off the whitelist (this time it's really happening!) and migrate the setting (only used on the RK3368-uQ7 so far) into Kconfig. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/spl')
-rw-r--r--common/spl/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 1a90588..192f7f6 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -754,6 +754,7 @@ config TPL_TEXT_BASE
config TPL_MAX_SIZE
int "Maximum size (in bytes) for the TPL stage"
+ default 0
depends on TPL
help
The maximum size (in bytes) of the TPL stage.