summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-09-13 22:29:37 +0300
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-11-26 02:39:07 +0300
commit506c428ec8a96befa30b48c4915704826afd7928 (patch)
tree0da39032a156ac06129e630224656233e5d4d1c5 /common
parentaa122f6b3d24bd133392c7dd2a882a8cc2cbd622 (diff)
downloadu-boot-506c428ec8a96befa30b48c4915704826afd7928.tar.xz
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 <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig6
1 files changed, 0 insertions, 6 deletions
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