public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: mxs: Define bootscript env variable on m28evk
@ 2014-10-11 22:00 Marek Vasut
  2014-10-30 14:19 ` Stefano Babic
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2014-10-11 22:00 UTC (permalink / raw)
  To: u-boot

The patch below failed to define the variable, so define it
to make it consistent with M53EVK.

commit a428ac914b2b6db851c1feac98622f2d9844db45
Author: Lothar Rubusch <lothar@denx.de>
Date:   Thu Jun 26 11:01:29 2014 +0200

    ARM: m28evk: Update default environment

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
---
 include/configs/m28evk.h | 1 +
 1 file changed, 1 insertion(+)

NOTE: I'd like to have this in 2014.10 , since it fixes incorrect
      behavior of the board when this variable is not defined.

diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index efe770b..5c20991 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -171,6 +171,7 @@
 #define CONFIG_EXTRA_ENV_SETTINGS					\
 	"consdev=ttyAMA0\0"						\
 	"baudrate=115200\0"						\
+	"bootscript=boot.scr\0"						\
 	"bootdev=/dev/mmcblk0p2\0"					\
 	"rootdev=/dev/mmcblk0p3\0"					\
 	"netdev=eth0\0"							\
-- 
2.0.0

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

* [U-Boot] [PATCH] arm: mxs: Define bootscript env variable on m28evk
  2014-10-11 22:00 [U-Boot] [PATCH] arm: mxs: Define bootscript env variable on m28evk Marek Vasut
@ 2014-10-30 14:19 ` Stefano Babic
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2014-10-30 14:19 UTC (permalink / raw)
  To: u-boot

On 12/10/2014 00:00, Marek Vasut wrote:
> The patch below failed to define the variable, so define it
> to make it consistent with M53EVK.
> 
> commit a428ac914b2b6db851c1feac98622f2d9844db45
> Author: Lothar Rubusch <lothar@denx.de>
> Date:   Thu Jun 26 11:01:29 2014 +0200
> 
>     ARM: m28evk: Update default environment
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Tom Rini <trini@ti.com>
> Cc: Wolfgang Denk <wd@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
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] 2+ messages in thread

end of thread, other threads:[~2014-10-30 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-11 22:00 [U-Boot] [PATCH] arm: mxs: Define bootscript env variable on m28evk Marek Vasut
2014-10-30 14:19 ` Stefano Babic

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