[U-Boot] [PATCH 2/3] spl: remove SPL_ATF_TEXT_BASE config option

Kever Yang kever.yang at rock-chips.com
Thu Sep 7 07:00:01 UTC 2017


We don't need SPL_ATF_TEXT_BASE since we can get the bl31 entry
from spl_image.entry_point.

Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---

 common/spl/Kconfig | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 85f8d66..3a74ca3 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -694,12 +694,6 @@ config SPL_ATF_SUPPORT
 	  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 SPL_OPTEE_SUPPORT
 	bool "Support OP-TEE Trusted OS"
 	depends on ARM
-- 
1.9.1



More information about the U-Boot mailing list