diff options
Diffstat (limited to 'configs/dxr2_defconfig')
-rw-r--r-- | configs/dxr2_defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/dxr2_defconfig b/configs/dxr2_defconfig index c2a14b7..1041031 100644 --- a/configs/dxr2_defconfig +++ b/configs/dxr2_defconfig @@ -1,4 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_DXR2=y -CONFIG_SPL=y CONFIG_CMD_NET=y +CONFIG_SPL=y +CONFIG_AUTOBOOT_KEYED=y +CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc><Esc>\" to stop\n" +CONFIG_AUTOBOOT_STOP_STR="\x1b\x1b" |