diff options
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | 2018-04-17 17:15:31 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2018-04-17 20:52:17 +0300 |
commit | 9249d74781e1b8d691ef9cfe03f73eec8acf3484 (patch) | |
tree | 0d5cc8e137ea956cefced20fa1a3204d4c55ae6b /configs/axs101_defconfig | |
parent | 9289b15aecfc5d8061bb6717531f1ed26611ea5e (diff) | |
download | u-boot-9249d74781e1b8d691ef9cfe03f73eec8acf3484.tar.gz u-boot-9249d74781e1b8d691ef9cfe03f73eec8acf3484.tar.bz2 u-boot-9249d74781e1b8d691ef9cfe03f73eec8acf3484.zip |
ARC: AXS10x: Enable hush shell
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'configs/axs101_defconfig')
-rw-r--r-- | configs/axs101_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig index 174b80aeed..25b10888ce 100644 --- a/configs/axs101_defconfig +++ b/configs/axs101_defconfig @@ -7,6 +7,7 @@ CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS3,115200n8" CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="AXS# " # CONFIG_CMD_FLASH is not set CONFIG_CMD_MMC=y |