diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-02-16 16:37:46 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-02-16 16:43:11 +0100 |
commit | 5b6ae550a8d88ca8c7b5c39642fe767729422edb (patch) | |
tree | 02f9dabca809d1dbb7b3f597e5921ecd94b9a563 /include/configs/rcar-gen2-common.h | |
parent | 7ee37d0e0c06730f99926bdb05781bc0111c0161 (diff) | |
download | u-boot-5b6ae550a8d88ca8c7b5c39642fe767729422edb.zip u-boot-5b6ae550a8d88ca8c7b5c39642fe767729422edb.tar.gz u-boot-5b6ae550a8d88ca8c7b5c39642fe767729422edb.tar.bz2 |
ARM: rmobile: Enable autocompletion on Gen2
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>
Diffstat (limited to 'include/configs/rcar-gen2-common.h')
-rw-r--r-- | include/configs/rcar-gen2-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rcar-gen2-common.h b/include/configs/rcar-gen2-common.h index ad436fd..e47b02f 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 } |