diff options
author | Udit Agarwal <udit.agarwal@nxp.com> | 2019-11-07 16:11:32 +0000 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2019-11-08 16:32:08 +0530 |
commit | 5536c3c9d0d10c1a4e440e71eac389df3a3dbfa7 (patch) | |
tree | 46c4698bd06a9e9532379a5f1854d79389b9247c /configs/ls1046aqds_tfa_SECURE_BOOT_defconfig | |
parent | 56e6f810b0ac46ddccb6237acb60ab7752a41a99 (diff) | |
download | u-boot-5536c3c9d0d10c1a4e440e71eac389df3a3dbfa7.tar.gz |
freescale/layerscape: Rename the config CONFIG_SECURE_BOOT name
Rename CONFIG_SECURE_BOOT to CONFIG_NXP_ESBC to avoid conflict
with UEFI secure boot.
Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1046aqds_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1046aqds_tfa_SECURE_BOOT_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig b/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig index 2b4f72f54c..8a7b34b4c2 100644 --- a/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig @@ -2,7 +2,7 @@ CONFIG_ARM=y CONFIG_TARGET_LS1046AQDS=y CONFIG_TFABOOT=y CONFIG_SYS_TEXT_BASE=0x82000000 -CONFIG_SECURE_BOOT=y +CONFIG_NXP_ESBC=y CONFIG_NR_DRAM_BANKS=2 CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y CONFIG_SEC_FIRMWARE_ARMV8_PSCI=y |