diff options
| author | Eugeniy Paltsev <[email protected]> | 2018-04-17 17:15:31 +0300 |
|---|---|---|
| committer | Alexey Brodkin <[email protected]> | 2018-04-17 20:52:17 +0300 |
| commit | 9249d74781e1b8d691ef9cfe03f73eec8acf3484 (patch) | |
| tree | 0d5cc8e137ea956cefced20fa1a3204d4c55ae6b | |
| parent | 9289b15aecfc5d8061bb6717531f1ed26611ea5e (diff) | |
ARC: AXS10x: Enable hush shell
Signed-off-by: Eugeniy Paltsev <[email protected]>
Signed-off-by: Alexey Brodkin <[email protected]>
| -rw-r--r-- | configs/axs101_defconfig | 1 | ||||
| -rw-r--r-- | configs/axs103_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig index 174b80aeed7..25b10888ced 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 diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index 95300615689..b9d387b88a8 100644 --- a/configs/axs103_defconfig +++ b/configs/axs103_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 |
