summaryrefslogtreecommitdiff
path: root/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-12-02 17:33:14 (GMT)
committerYork Sun <york.sun@nxp.com>2016-12-02 20:38:41 (GMT)
commitc6e6bda3a873fe036b30746195b59339d10e3cdf (patch)
tree5b8aa869976b24b0d6265ad89cab2a7a953efe4d /configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
parent01f65d974a3f4a05ea258269e52834bed3547bdf (diff)
downloadu-boot-c6e6bda3a873fe036b30746195b59339d10e3cdf.tar.xz
powerpc: mpc85xx: Move SECURE_BOOT to Kconfig
Move from CONFIG_SYS_EXTRA_OPTIONS to Kconfig option. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig')
-rw-r--r--configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig b/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
index c07a29c..26db750 100644
--- a/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
+++ b/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
@@ -13,7 +13,8 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
-CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,NAND,SECURE_BOOT"
+CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,NAND"
+CONFIG_SECURE_BOOT=y
CONFIG_BOOTDELAY=0
CONFIG_SILENT_CONSOLE=y
# CONFIG_CONSOLE_MUX is not set