Commit 64c26fee05b11d26e37255165785a9e2708264c4

Authored by Max Filippov
Committed by Tom Rini
1 parent b6f3a12ef8

xtfpga: enable hush parser

Remove CONFIG_BOOT_RETRY_TIME as it doesn't do much good and enable
CONFIG_HUSH_PARSER in xtfpga_defconfig.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>

Showing 2 changed files with 1 additions and 2 deletions Side-by-side Diff

configs/xtfpga_defconfig
... ... @@ -3,6 +3,7 @@
3 3 CONFIG_XTFPGA_KC705=y
4 4 CONFIG_BOOTDELAY=10
5 5 CONFIG_VERSION_VARIABLE=y
  6 +CONFIG_HUSH_PARSER=y
6 7 CONFIG_SYS_PROMPT="U-Boot> "
7 8 CONFIG_AUTOBOOT_KEYED=y
8 9 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press <SPACE> to stop\n"
include/configs/xtfpga.h
... ... @@ -122,8 +122,6 @@
122 122 /* U-Boot autoboot configuration */
123 123 /*==============================*/
124 124  
125   -#define CONFIG_BOOT_RETRY_TIME 60 /* retry after 60 secs */
126   -
127 125 #define CONFIG_AUTO_COMPLETE /* Support tab autocompletion */
128 126 #define CONFIG_CMDLINE_EDITING
129 127 #define CONFIG_SYS_LONGHELP