summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-08-29 14:55:41 +0200
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-11-01 23:20:52 +0100
commite5c7897ad5a883c43a6b950fe1da82ce0d6432ad (patch)
tree5b60a01e0ea6e2f8d7393dff87109d952a1ee3d8 /common
parentdc1cd3f4b2373ff18b2ac8072251a1df9007bd74 (diff)
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>
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 c024df18c1..a23bd7ca59 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -701,12 +701,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