]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: rmobile: Enable autocompletion on Gen2
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Fri, 16 Feb 2018 15:37:46 +0000 (16:37 +0100)
committerMarek Vasut <marex@denx.de>
Fri, 16 Feb 2018 15:43:11 +0000 (16:43 +0100)
This makes the shell so much more pleasant to use, so enable it.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
include/configs/rcar-gen2-common.h

index ad436fd8b18559345375c1946b14ccc6ce5f7c0d..e47b02fcc9d8101d35ffdd685a9c55fce7fb00eb 100644 (file)
@@ -26,7 +26,7 @@
 #endif
 
 /* console */
-
+#define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_PBSIZE              256
 #define CONFIG_SYS_BAUDRATE_TABLE      { 38400, 115200 }