Home
last modified time | relevance | path

Searched hist:faa18dbe (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Dcrt0_64.Sfaa18dbe Fri Jul 28 13:04:09 CDT 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK

Now that TPL_STACK has been moved off the whitelist (ok, I'm lying:
the 'moving off the whitelist' part comes in once moveconfig
runs... which will be a few commits down the line) and added to
Kconfig, we need to test CONFIG_TPL_NEEDS_SEPARATE_STACK to see
whether the value from TPL_STACK should be used or whether we try to
inherit whatever SPL uses.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>