diff options
author | Marek Vasut <marex@denx.de> | 2015-12-16 01:32:48 +0100 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-12-19 09:48:14 +0800 |
commit | aeea8754ffaef081336ab81ffc3b4adcdd350145 (patch) | |
tree | 8c141b0b727f02938280c0912cfd4c9d8c73da40 /include/configs/10m50_devboard.h | |
parent | 455e8fde4dd77bdef3808db1c4db294cc95534bd (diff) | |
download | talos-obmc-uboot-aeea8754ffaef081336ab81ffc3b4adcdd350145.tar.gz talos-obmc-uboot-aeea8754ffaef081336ab81ffc3b4adcdd350145.zip |
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 <marex@denx.de>
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'include/configs/10m50_devboard.h')
-rw-r--r-- | include/configs/10m50_devboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |