summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-07-28 20:20:41 +0200
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-08-13 17:12:35 +0200
commit5aa49af3114972f62eb02ef0a6a2f0269c937f2d (patch)
tree8d8fc589af1e1e168fe3e2274bec861ccb9035fb /common
parent4cf4378ed0c7a8b8cf120f074f92dd2298ca999a (diff)
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')
-rw-r--r--common/spl/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 1a90588492..192f7f66dd 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.