All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] mx28evk: Allow to booting a dt kernel
@ 2012-04-23 16:06 Fabio Estevam
  2012-04-23 16:06 ` [U-Boot] [PATCH 2/2] m28evk: " Fabio Estevam
  2012-04-29 14:33 ` [U-Boot] [PATCH 1/2] mx28evk: " Stefano Babic
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2012-04-23 16:06 UTC (permalink / raw)
  To: u-boot

Allow to booting a dt kernel.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
The following patch is required to get dt booting to work:
http://lists.denx.de/pipermail/u-boot/2012-April/122781.html

 include/configs/mx28evk.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index 02f3366..cb4ff37 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -225,6 +225,7 @@
 #define CONFIG_BOOTCOMMAND	"run bootcmd_net"
 #define CONFIG_LOADADDR	0x42000000
 #define CONFIG_SYS_LOAD_ADDR	CONFIG_LOADADDR
+#define CONFIG_OF_LIBFDT
 
 /*
  * Extra Environments
-- 
1.7.1

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

* [U-Boot] [PATCH 2/2] m28evk: Allow to booting a dt kernel
  2012-04-23 16:06 [U-Boot] [PATCH 1/2] mx28evk: Allow to booting a dt kernel Fabio Estevam
@ 2012-04-23 16:06 ` Fabio Estevam
  2012-04-29 14:33   ` Stefano Babic
  2012-04-29 14:33 ` [U-Boot] [PATCH 1/2] mx28evk: " Stefano Babic
  1 sibling, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2012-04-23 16:06 UTC (permalink / raw)
  To: u-boot

Allow to booting a dt kernel.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/m28evk.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 012381a..39d6a07 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -279,6 +279,7 @@
 #define	CONFIG_BOOTCOMMAND	"run bootcmd_net"
 #define	CONFIG_LOADADDR		0x42000000
 #define	CONFIG_SYS_LOAD_ADDR	CONFIG_LOADADDR
+#define	CONFIG_OF_LIBFDT
 
 /*
  * Extra Environments
-- 
1.7.1

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

* [U-Boot] [PATCH 1/2] mx28evk: Allow to booting a dt kernel
  2012-04-23 16:06 [U-Boot] [PATCH 1/2] mx28evk: Allow to booting a dt kernel Fabio Estevam
  2012-04-23 16:06 ` [U-Boot] [PATCH 2/2] m28evk: " Fabio Estevam
@ 2012-04-29 14:33 ` Stefano Babic
  1 sibling, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2012-04-29 14:33 UTC (permalink / raw)
  To: u-boot

On 23/04/2012 18:06, Fabio Estevam wrote:
> Allow to booting a dt kernel.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---


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] 4+ messages in thread

* [U-Boot] [PATCH 2/2] m28evk: Allow to booting a dt kernel
  2012-04-23 16:06 ` [U-Boot] [PATCH 2/2] m28evk: " Fabio Estevam
@ 2012-04-29 14:33   ` Stefano Babic
  0 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2012-04-29 14:33 UTC (permalink / raw)
  To: u-boot

On 23/04/2012 18:06, Fabio Estevam wrote:
> Allow to booting a dt kernel.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

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] 4+ messages in thread

end of thread, other threads:[~2012-04-29 14:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23 16:06 [U-Boot] [PATCH 1/2] mx28evk: Allow to booting a dt kernel Fabio Estevam
2012-04-23 16:06 ` [U-Boot] [PATCH 2/2] m28evk: " Fabio Estevam
2012-04-29 14:33   ` Stefano Babic
2012-04-29 14:33 ` [U-Boot] [PATCH 1/2] mx28evk: " Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.