
6 Aug
2017
6 Aug
'17
7:18 p.m.
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
Changes in v4:
- migrate to Kconfig, so we don't need these in each defconfig
Changes in v3:
- runs moveconfig.py TPL_STACK TPL_TEXT_BASE TPL_MAX_SIZE
Changes in v2: None
arch/arm/mach-rockchip/Kconfig | 9 +++++++++ include/configs/rk3368_common.h | 4 ---- scripts/config_whitelist.txt | 3 --- 3 files changed, 9 insertions(+), 7 deletions(-)
Applied to u-boot-rockchip, thanks!