From patchwork Sat May 9 20:38:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 245406 List-Id: U-Boot discussion From: marek.vasut at gmail.com (Marek Vasut) Date: Sat, 9 May 2020 22:38:02 +0200 Subject: [PATCH 5/5] sh: r2dplus: Enable HUSH In-Reply-To: <20200509203802.821856-1-marek.vasut+renesas@gmail.com> References: <20200509203802.821856-1-marek.vasut+renesas@gmail.com> Message-ID: <20200509203802.821856-5-marek.vasut+renesas@gmail.com> Enable richer HUSH shell to make working with the board more pleasant. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- configs/r2dplus_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig index b770fd2493..25f0f3b0a4 100644 --- a/configs/r2dplus_defconfig +++ b/configs/r2dplus_defconfig @@ -6,8 +6,7 @@ CONFIG_TARGET_R2DPLUS=y CONFIG_BOOTDELAY=-1 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttySC0,115200" -# CONFIG_CMDLINE_EDITING is not set -# CONFIG_AUTO_COMPLETE is not set +CONFIG_HUSH_PARSER=y CONFIG_CMD_IMLS=y CONFIG_CMD_DM=y CONFIG_CMD_IDE=y