diff options
author | Vinitha V Pillai | 2018-05-23 11:03:31 +0530 |
---|---|---|
committer | York Sun | 2018-06-11 12:34:45 -0700 |
commit | 2d91b533312888e596563a299588e81906383464 (patch) | |
tree | 8f841730899370f73b0fd610dc63db3b88d9ddeb /arch/arm/Kconfig | |
parent | 9629ccdde79adb1e471cfb24d9fee9f5c6c94aa6 (diff) |
LS1012AFRWY: Add Secure Boot support
Added the following:
1. defconfig for LS1012AFRWY Secure boot
2. PfE Validation support
Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e9f68cc3af4..22234cde2ab 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1037,6 +1037,7 @@ config TARGET_LS1012A2G5RDB config TARGET_LS1012AFRWY bool "Support ls1012afrwy" select ARCH_LS1012A + select BOARD_LATE_INIT select ARM64 imply SCSI imply SCSI_AHCI |