diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2018-02-07 15:30:02 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-13 23:00:29 -0500 |
commit | 64c26fee05b11d26e37255165785a9e2708264c4 (patch) | |
tree | e02e937946f7b854dc0913780f7d4dcd3af342ee /include/configs | |
parent | b6f3a12ef865c6a4a8444c810d4588bddc45adfe (diff) |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/xtfpga.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |