
13 Sep
2017
13 Sep
'17
9:29 p.m.
The SPL_ATF_TEXT_BASE configuration item has become obsolete. Remove it from Kconfig.
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com ---
common/spl/Kconfig | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index b1e0875..1193852 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -700,12 +700,6 @@ config SPL_ATF is loaded by SPL(which is considered as BL2 in ATF terminology). More detail at: https://github.com/ARM-software/arm-trusted-firmware
-config SPL_ATF_TEXT_BASE - depends on SPL_ATF_SUPPORT - hex "ATF BL31 base address" - help - This is the base address in memory for ATF BL31 text and entry point. - config TPL bool depends on SUPPORT_TPL
--
2.1.4