nios2: Soup up the shell experience
authorMarek Vasut <marex@denx.de>
Wed, 16 Dec 2015 00:32:48 +0000 (01:32 +0100)
committerThomas Chou <thomas@wytron.com.tw>
Sat, 19 Dec 2015 01:48:14 +0000 (09:48 +0800)
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>
include/configs/10m50_devboard.h
include/configs/3c120_devboard.h

index 608127f40d0a821f8f148c9a87ee48ac2c37ff91..8dfe2a8e5a9d94deafcd07e46482ac77ad40271d 100644 (file)
@@ -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 */
index 6c9dc3ff68a72aa3344907d4b6beb2e2a3c550dc..2e94b69f879cf90e1427ddf262b4a2ed33497541 100644 (file)
                                         CONFIG_ENV_SIZE - \
                                         CONFIG_SYS_MALLOC_LEN -        \
                                         0x10000)
+#define CONFIG_VERSION_VARIABLE
+#define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING
 
 #endif /* __CONFIG_H */