[U-Boot] [PATCH] pico-imx6ul: Select CONFIG_HUSH_PARSER option

Fabio Estevam fabio.estevam at nxp.com
Tue May 17 15:38:18 CEST 2016


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 at nxp.com>
Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
---
 configs/pico-imx6ul_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig
index cc49dc9..d46cd3b 100644
--- a/configs/pico-imx6ul_defconfig
+++ b/configs/pico-imx6ul_defconfig
@@ -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
-- 
1.9.1



More information about the U-Boot mailing list