diff options
Diffstat (limited to 'configs/UCP1020_defconfig')
-rw-r--r-- | configs/UCP1020_defconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configs/UCP1020_defconfig b/configs/UCP1020_defconfig index 50cb7de..f9f45ae 100644 --- a/configs/UCP1020_defconfig +++ b/configs/UCP1020_defconfig @@ -1,5 +1,8 @@ CONFIG_PPC=y -CONFIG_MPC85xx=y -CONFIG_TARGET_UCP1020=y CONFIG_CMD_SETEXPR=y CONFIG_CMD_NET=y +CONFIG_MPC85xx=y +CONFIG_TARGET_UCP1020=y +CONFIG_AUTOBOOT_KEYED=y +CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc>\" to stop\n" +CONFIG_AUTOBOOT_STOP_STR="\x1b" |