diff mbox series

[U-Boot] ARM: rmobile: Enable autocompletion on Gen2

Message ID 20180216153844.2826-1-marek.vasut+renesas@gmail.com
State Accepted
Commit 5b6ae550a8d88ca8c7b5c39642fe767729422edb
Delegated to: Marek Vasut
Headers show
Series [U-Boot] ARM: rmobile: Enable autocompletion on Gen2 | expand

Commit Message

Marek Vasut Feb. 16, 2018, 3:38 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/configs/rcar-gen2-common.h b/include/configs/rcar-gen2-common.h
index ad436fd8b1..e47b02fcc9 100644
--- a/include/configs/rcar-gen2-common.h
+++ b/include/configs/rcar-gen2-common.h
@@ -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 }