]> git.ipfire.org Git - u-boot.git/commitdiff
xtfpga: enable hush parser
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 7 Feb 2018 23:30:02 +0000 (15:30 -0800)
committerTom Rini <trini@konsulko.com>
Wed, 14 Feb 2018 04:00:29 +0000 (23:00 -0500)
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>
configs/xtfpga_defconfig
include/configs/xtfpga.h

index 4f77e23ef5c52f63016f33c77c0d182137a151c3..759b4a5524f7319f376e3137e8656d4aa6c86a15 100644 (file)
@@ -3,6 +3,7 @@ CONFIG_SYS_CPU="dc233c"
 CONFIG_XTFPGA_KC705=y
 CONFIG_BOOTDELAY=10
 CONFIG_VERSION_VARIABLE=y
+CONFIG_HUSH_PARSER=y
 CONFIG_SYS_PROMPT="U-Boot> "
 CONFIG_AUTOBOOT_KEYED=y
 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press <SPACE> to stop\n"
index 3119f007971e33099224c133cad466bce942d7f8..79cc1e8fc1b8f733430f9b4c39a5a5740af77105 100644 (file)
 /* U-Boot autoboot configuration */
 /*==============================*/
 
-#define CONFIG_BOOT_RETRY_TIME         60      /* retry after 60 secs */
-
 #define CONFIG_AUTO_COMPLETE                   /* Support tab autocompletion */
 #define CONFIG_CMDLINE_EDITING
 #define CONFIG_SYS_LONGHELP