diff options
author | Udit Agarwal | 2019-11-07 16:11:39 +0000 |
---|---|---|
committer | Priyanka Jain | 2019-11-08 16:32:08 +0530 |
commit | bef18454044e62800ece687b8d50ddd853117660 (patch) | |
tree | a8d95bf9cea72beebe92a497bfb4be5bfe0cc5e1 /configs/P1010RDB-PA_NAND_SECBOOT_defconfig | |
parent | 5536c3c9d0d10c1a4e440e71eac389df3a3dbfa7 (diff) |
freescale/powerpc: Rename the config CONFIG_SECURE_BOOT name
Rename the CONFIG_SECURE_BOOT name to CONFIG_NXP_ESBC to avoid
conflicts 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/P1010RDB-PA_NAND_SECBOOT_defconfig')
-rw-r--r-- | configs/P1010RDB-PA_NAND_SECBOOT_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/P1010RDB-PA_NAND_SECBOOT_defconfig b/configs/P1010RDB-PA_NAND_SECBOOT_defconfig index 036f8e8a446..96eb27cdb57 100644 --- a/configs/P1010RDB-PA_NAND_SECBOOT_defconfig +++ b/configs/P1010RDB-PA_NAND_SECBOOT_defconfig @@ -1,6 +1,6 @@ CONFIG_PPC=y CONFIG_SYS_TEXT_BASE=0x11000000 -CONFIG_SECURE_BOOT=y +CONFIG_NXP_ESBC=y CONFIG_MPC85xx=y CONFIG_TARGET_P1010RDB_PA=y # CONFIG_SYS_MALLOC_F is not set |