Commit 83b6a43e6efdce32c7f824263ad40c86d03901f9

Authored by Fabio Estevam
Committed by Tom Rini
1 parent 3dc9be8208

pico-imx6ul: Select CONFIG_HUSH_PARSER option

Select CONFIG_HUSH_PARSER option in order to fix the following
problem:

Unknown command 'if' - try 'help'
Unknown command 'then' - try 'help'
Unknown command 'else' - try 'help'
Unknown command 'fi' - try 'help'

Reported-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Tested-by: Daiane Angolini <daiane.angolini@nxp.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/pico-imx6ul_defconfig
... ... @@ -2,6 +2,7 @@
2 2 CONFIG_ARCH_MX6=y
3 3 CONFIG_TARGET_PICO_IMX6UL=y
4 4 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/pico-imx6ul/imximage.cfg"
  5 +CONFIG_HUSH_PARSER=y
5 6 CONFIG_CMD_BOOTZ=y
6 7 # CONFIG_CMD_IMLS is not set
7 8 CONFIG_CMD_MEMTEST=y