Skip to content
Snippets Groups Projects
Commit 83b6a43e authored by Fabio Estevam's avatar Fabio Estevam Committed by Tom Rini
Browse files

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: default avatarDaiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Tested-by: default avatarDaiane Angolini <daiane.angolini@nxp.com>
parent 3dc9be82
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_MX6=y
CONFIG_TARGET_PICO_IMX6UL=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/pico-imx6ul/imximage.cfg"
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_IMLS is not set
CONFIG_CMD_MEMTEST=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment