From: Marek Vasut Date: Wed, 16 Dec 2015 00:32:48 +0000 (+0100) Subject: nios2: Soup up the shell experience X-Git-Tag: v2016.01-rc3~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aeea8754ffaef081336ab81ffc3b4adcdd350145;p=u-boot nios2: Soup up the shell experience Enable command auto completion and enable $version variable. This makes working with U-Boot far more enjoyable. Signed-off-by: Marek Vasut Signed-off-by: Thomas Chou --- diff --git a/include/configs/10m50_devboard.h b/include/configs/10m50_devboard.h index 608127f40d..8dfe2a8e5a 100644 --- a/include/configs/10m50_devboard.h +++ b/include/configs/10m50_devboard.h @@ -99,6 +99,8 @@ CONFIG_ENV_SIZE - \ CONFIG_SYS_MALLOC_LEN - \ 0x10000) +#define CONFIG_VERSION_VARIABLE +#define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING #endif /* __CONFIG_H */ diff --git a/include/configs/3c120_devboard.h b/include/configs/3c120_devboard.h index 6c9dc3ff68..2e94b69f87 100644 --- a/include/configs/3c120_devboard.h +++ b/include/configs/3c120_devboard.h @@ -102,6 +102,8 @@ CONFIG_ENV_SIZE - \ CONFIG_SYS_MALLOC_LEN - \ 0x10000) +#define CONFIG_VERSION_VARIABLE +#define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING #endif /* __CONFIG_H */