From: Philipp Tomsich Date: Fri, 28 Jul 2017 18:03:07 +0000 (+0200) Subject: rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size from SPL X-Git-Tag: v2017.09-rc2~5^2~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4cf4378ed0c7a8b8cf120f074f92dd2298ca999a;p=u-boot rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size from SPL The RK3368 needs to have a different base-address and stack-pointer for its TPL stage. Now that we want to do this via Kconfig, we need to tick the appropriate 'TPL_NEEDS_...' boxes. Signed-off-by: Philipp Tomsich Reviewed-by: Simon Glass --- diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 4a6f629f2a..45029d1d1c 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -69,6 +69,8 @@ config ROCKCHIP_RK3368 select ARM64 select SUPPORT_SPL select SUPPORT_TPL + select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL + select TPL_NEEDS_SEPARATE_STACK if TPL imply SPL_SEPARATE_BSS imply SPL_SERIAL_SUPPORT imply TPL_SERIAL_SUPPORT