diff options
author | Marek Vasut | 2018-04-07 17:15:00 +0200 |
---|---|---|
committer | Marek Vasut | 2018-04-11 23:11:55 +0200 |
commit | 78bf3f2180cd8d25c27cd6c25c80e2be95d0ccf6 (patch) | |
tree | 5e55aa481260ec99cbb65fddf24c62235d51660c /configs/porter_defconfig | |
parent | 82239aa7cd6bca3fbb2335523e4f8ff782c401c8 (diff) |
ARM: rmobile: Enable HUSH on M2 Porter
Enable the HUSH shell, since it is far more capable.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/porter_defconfig')
-rw-r--r-- | configs/porter_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/porter_defconfig b/configs/porter_defconfig index e4a2828ed4e..7c58b136d4e 100644 --- a/configs/porter_defconfig +++ b/configs/porter_defconfig @@ -37,6 +37,7 @@ CONFIG_TPL_SPI_FLASH_SUPPORT=y CONFIG_TPL_SPI_LOAD=y CONFIG_TPL_SPI_SUPPORT=y CONFIG_TPL_YMODEM_SUPPORT=y +CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMI is not set # CONFIG_CMD_XIMG is not set |