From 64c26fee05b11d26e37255165785a9e2708264c4 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Wed, 7 Feb 2018 15:30:02 -0800 Subject: 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 --- include/configs/xtfpga.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs') diff --git a/include/configs/xtfpga.h b/include/configs/xtfpga.h index 3119f007971..79cc1e8fc1b 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 -- cgit