
15 Feb
2018
15 Feb
'18
1:34 p.m.
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-gen3-common.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index a16d26be99..226069d67c 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -16,6 +16,7 @@
/* boot option */ #define CONFIG_SUPPORT_RAW_INITRD +#define CONFIG_AUTO_COMPLETE
#define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS
--
2.15.1