diff options
Diffstat (limited to 'configs/bk4r1_defconfig')
-rw-r--r-- | configs/bk4r1_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/bk4r1_defconfig b/configs/bk4r1_defconfig index 6fc3d0dd141..acf7f81f6f6 100644 --- a/configs/bk4r1_defconfig +++ b/configs/bk4r1_defconfig @@ -16,12 +16,12 @@ CONFIG_DEFAULT_DEVICE_TREE="vf610-bk4r1" CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/phytec/pcm052/imximage.cfg" CONFIG_BOOTDELAY=3 -CONFIG_USE_PREBOOT=y -CONFIG_BOARD_EARLY_INIT_F=y -CONFIG_HUSH_PARSER=y CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Enter passphrase to stop autoboot, booting in %d seconds\n" CONFIG_AUTOBOOT_STOP_STR="123" +CONFIG_USE_PREBOOT=y +CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_HUSH_PARSER=y # CONFIG_CMD_ELF is not set CONFIG_CMD_MEMTEST=y CONFIG_SYS_MEMTEST_START=0x80010000 |