commit | 4cf4378ed0c7a8b8cf120f074f92dd2298ca999a | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Jul 28 20:03:07 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Aug 13 17:12:35 2017 +0200 |
tree | 8732942fca0ecd06616671608900448ca19e0019 | |
parent | faa18dbe2521ea7ca8631faddb8e660329e92581 [diff] |
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>