blob: c5216e7d6bab4ed1cf6f0c42b50fcbea9a179f09 [file] [log] [blame]
Brad Bishop1fcc6132015-10-08 15:20:57 -04001--- a/include/configs/palmetto.h
2+++ b/include/configs/palmetto.h
3@@ -96,11 +96,8 @@
4 #define CONFIG_UPDATE "tftp 40800000 ast2400.scr; so 40800000'"
5
6 #define CONFIG_BOOTDELAY 3 /* autoboot after 3 seconds */
7-#define CONFIG_AUTOBOOT_KEYED
8 #define CONFIG_AUTOBOOT_PROMPT \
9 "autoboot in %d seconds (stop with 'Delete' key)...\n", bootdelay
10-#define CONFIG_AUTOBOOT_STOP_STR "\x1b\x5b\x33\x7e" /* 'Delete', ESC[3~ */
11-#define CONFIG_ZERO_BOOTDELAY_CHECK
12
13 #ifdef CONFIG_FLASH_AST2300
14 #define CONFIG_BOOTCOMMAND "bootm 20080000 20300000"