mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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>
This commit is contained in:
parent
aa122f6b3d
commit
506c428ec8
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue