diff options
author | York Sun | 2016-12-02 09:33:14 -0800 |
---|---|---|
committer | York Sun | 2016-12-02 12:38:41 -0800 |
commit | c6e6bda3a873fe036b30746195b59339d10e3cdf (patch) | |
tree | 5b8aa869976b24b0d6265ad89cab2a7a953efe4d /configs/P1010RDB-PB_NAND_SECBOOT_defconfig | |
parent | 01f65d974a3f4a05ea258269e52834bed3547bdf (diff) |
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/P1010RDB-PB_NAND_SECBOOT_defconfig')
-rw-r--r-- | configs/P1010RDB-PB_NAND_SECBOOT_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/P1010RDB-PB_NAND_SECBOOT_defconfig b/configs/P1010RDB-PB_NAND_SECBOOT_defconfig index 898fc261629..589223dbe74 100644 --- a/configs/P1010RDB-PB_NAND_SECBOOT_defconfig +++ b/configs/P1010RDB-PB_NAND_SECBOOT_defconfig @@ -6,7 +6,8 @@ CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y -CONFIG_SYS_EXTRA_OPTIONS="NAND_SECBOOT,SECURE_BOOT" +CONFIG_SYS_EXTRA_OPTIONS="NAND_SECBOOT" +CONFIG_SECURE_BOOT=y CONFIG_BOOTDELAY=10 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_HUSH_PARSER=y |