From: Max Filippov Date: Wed, 7 Feb 2018 23:30:02 +0000 (-0800) Subject: xtfpga: enable hush parser X-Git-Tag: v2018.03-rc3~47 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64c26fee05b11d26e37255165785a9e2708264c4;p=u-boot 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 --- diff --git a/configs/xtfpga_defconfig b/configs/xtfpga_defconfig index 4f77e23ef5..759b4a5524 100644 --- a/configs/xtfpga_defconfig +++ b/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 to stop\n" diff --git a/include/configs/xtfpga.h b/include/configs/xtfpga.h index 3119f00797..79cc1e8fc1 100644 --- a/include/configs/xtfpga.h +++ b/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