diff mbox

[U-Boot,v2] pico-imx6ul: Select CONFIG_HUSH_PARSER option

Message ID 1463493104-9582-1-git-send-email-fabio.estevam@nxp.com
State Awaiting Upstream
Delegated to: Tom Rini
Headers show

Commit Message

Fabio Estevam May 17, 2016, 1:51 p.m. UTC
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>
---
Changes since v1:
- Remove extra whitespaces in the error messages (Daiane)

 configs/pico-imx6ul_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Daiane Angolini May 17, 2016, 2:23 p.m. UTC | #1
> From: Fabio Estevam [mailto:fabio.estevam@nxp.com]
> Sent: Tuesday, May 17, 2016 10:52 AM
> To: sbabic@denx.de
> Cc: Daiane Angolini <daiane.angolini@nxp.com>; u-boot@lists.denx.de; Fabio
> Estevam <fabio.estevam@nxp.com>
> Subject: [PATCH v2] 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>
Fabio Estevam May 24, 2016, 12:36 p.m. UTC | #2
Hi Stefano,

On Tue, May 17, 2016 at 11:23 AM, Daiane Angolini
<daiane.angolini@nxp.com> wrote:
>> From: Fabio Estevam [mailto:fabio.estevam@nxp.com]
>> Sent: Tuesday, May 17, 2016 10:52 AM
>> To: sbabic@denx.de
>> Cc: Daiane Angolini <daiane.angolini@nxp.com>; u-boot@lists.denx.de; Fabio
>> Estevam <fabio.estevam@nxp.com>
>> Subject: [PATCH v2] 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>

Could this one be applied, please?
Stefano Babic May 24, 2016, 12:57 p.m. UTC | #3
On 24/05/2016 14:36, Fabio Estevam wrote:
> Hi Stefano,
> 
> On Tue, May 17, 2016 at 11:23 AM, Daiane Angolini
> <daiane.angolini@nxp.com> wrote:
>>> From: Fabio Estevam [mailto:fabio.estevam@nxp.com]
>>> Sent: Tuesday, May 17, 2016 10:52 AM
>>> To: sbabic@denx.de
>>> Cc: Daiane Angolini <daiane.angolini@nxp.com>; u-boot@lists.denx.de; Fabio
>>> Estevam <fabio.estevam@nxp.com>
>>> Subject: [PATCH v2] 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>
> 
> Could this one be applied, please?
> 

I see - in patchworks is assigned to Tom, this is the reason disappeared
from my queue. I take over and apply it.

Regards,
Stefano
diff mbox

Patch

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