Commit 4cf4378ed0c7a8b8cf120f074f92dd2298ca999a

Authored by Philipp Tomsich
1 parent faa18dbe25

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 <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

arch/arm/mach-rockchip/Kconfig
... ... @@ -69,6 +69,8 @@
69 69 select ARM64
70 70 select SUPPORT_SPL
71 71 select SUPPORT_TPL
  72 + select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL
  73 + select TPL_NEEDS_SEPARATE_STACK if TPL
72 74 imply SPL_SEPARATE_BSS
73 75 imply SPL_SERIAL_SUPPORT
74 76 imply TPL_SERIAL_SUPPORT