From 9249d74781e1b8d691ef9cfe03f73eec8acf3484 Mon Sep 17 00:00:00 2001 From: Eugeniy Paltsev Date: Tue, 17 Apr 2018 17:15:31 +0300 Subject: [PATCH] ARC: AXS10x: Enable hush shell Signed-off-by: Eugeniy Paltsev Signed-off-by: Alexey Brodkin --- configs/axs101_defconfig | 1 + configs/axs103_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig index 174b80a..25b1088 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 9530061..b9d387b 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