public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] pico-imx6ul: Select CONFIG_HUSH_PARSER option
@ 2016-05-17 13:51 Fabio Estevam
  2016-05-17 14:23 ` Daiane Angolini
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2016-05-17 13:51 UTC (permalink / raw)
  To: u-boot

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(+)

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v2] pico-imx6ul: Select CONFIG_HUSH_PARSER option
  2016-05-17 13:51 [U-Boot] [PATCH v2] pico-imx6ul: Select CONFIG_HUSH_PARSER option Fabio Estevam
@ 2016-05-17 14:23 ` Daiane Angolini
  2016-05-24 12:36   ` Fabio Estevam
  0 siblings, 1 reply; 4+ messages in thread
From: Daiane Angolini @ 2016-05-17 14:23 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v2] pico-imx6ul: Select CONFIG_HUSH_PARSER option
  2016-05-17 14:23 ` Daiane Angolini
@ 2016-05-24 12:36   ` Fabio Estevam
  2016-05-24 12:57     ` Stefano Babic
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2016-05-24 12:36 UTC (permalink / raw)
  To: u-boot

Hi Stefano,

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v2] pico-imx6ul: Select CONFIG_HUSH_PARSER option
  2016-05-24 12:36   ` Fabio Estevam
@ 2016-05-24 12:57     ` Stefano Babic
  0 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2016-05-24 12:57 UTC (permalink / raw)
  To: u-boot

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 at nxp.com]
>>> Sent: Tuesday, May 17, 2016 10:52 AM
>>> To: sbabic at denx.de
>>> Cc: Daiane Angolini <daiane.angolini@nxp.com>; u-boot at 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

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-05-24 12:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-17 13:51 [U-Boot] [PATCH v2] pico-imx6ul: Select CONFIG_HUSH_PARSER option Fabio Estevam
2016-05-17 14:23 ` Daiane Angolini
2016-05-24 12:36   ` Fabio Estevam
2016-05-24 12:57     ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox