[U-Boot] [PATCH 05/53] armv8: layerscape: add TFABOOT config option
Rajesh Bhagat
rajesh.bhagat at nxp.com
Wed Oct 3 10:44:11 UTC 2018
Adds TFABOOT config option for u-boot to be loaded by trusted
firmware.
Signed-off-by: Rajesh Bhagat <rajesh.bhagat at nxp.com>
---
arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
index f2111fadc0..9092757d1f 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
+++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
@@ -514,3 +514,10 @@ config HAS_FSL_XHCI_USB
help
For some SoC(such as LS1043A and LS1046A), USB and QE-HDLC multiplex use
pins, select it when the pins are assigned to USB.
+
+config TFABOOT
+ bool "Support for booting from TFA"
+ default n
+ help
+ Enabling this will make a U-Boot binary that is capable of being
+ booted via TFA.
--
2.17.1
More information about the U-Boot
mailing list