Browse Source

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>
Max Filippov 6 years ago
parent
commit
64c26fee05
2 changed files with 1 additions and 2 deletions
  1. 1 0
      configs/xtfpga_defconfig
  2. 0 2
      include/configs/xtfpga.h

+ 1 - 0
configs/xtfpga_defconfig

@@ -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"

+ 0 - 2
include/configs/xtfpga.h

@@ -122,8 +122,6 @@
 /* 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