From: Philipp Tomsich Date: Wed, 13 Sep 2017 19:29:37 +0000 (+0200) Subject: spl: atf: drop the SPL_ATF_TEXT_BASE configuration item X-Git-Tag: v2018.01-rc1~67^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=506c428ec8a96befa30b48c4915704826afd7928;p=u-boot spl: atf: drop the SPL_ATF_TEXT_BASE configuration item The SPL_ATF_TEXT_BASE configuration item has become obsolete. Remove it from Kconfig. Signed-off-by: Philipp Tomsich Reviewed-by: Simon Glass --- diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 3169bbb888..ce7c3afa59 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -710,12 +710,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