]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size from SPL
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 28 Jul 2017 18:03:07 +0000 (20:03 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sun, 13 Aug 2017 15:12:35 +0000 (17:12 +0200)
commit4cf4378ed0c7a8b8cf120f074f92dd2298ca999a
tree8732942fca0ecd06616671608900448ca19e0019
parentfaa18dbe2521ea7ca8631faddb8e660329e92581
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>
arch/arm/mach-rockchip/Kconfig