diff mbox

[U-Boot] mx35pdk: Allow booting of a device tree kernel

Message ID 1356274571-15239-1-git-send-email-festevam@gmail.com
State Changes Requested
Headers show

Commit Message

Fabio Estevam Dec. 23, 2012, 2:56 p.m. UTC
From: Fabio Estevam <fabio.estevam@freescale.com>

SelectCONFIG_OF_LIBFDT, so that a dt kernel can be launched.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx35pdk.h |    1 +
 1 file changed, 1 insertion(+)

Comments

Otavio Salvador Dec. 25, 2012, 7:27 p.m. UTC | #1
On Sun, Dec 23, 2012 at 12:56 PM, Fabio Estevam <festevam@gmail.com> wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> SelectCONFIG_OF_LIBFDT, so that a dt kernel can be launched.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Minor fix, please fix the commit log to have a space after "Select" ;-)

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br
diff mbox

Patch

diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h
index 88b2bd6..0db92a7 100644
--- a/include/configs/mx35pdk.h
+++ b/include/configs/mx35pdk.h
@@ -95,6 +95,7 @@ 
 
 #include <config_cmd_default.h>
 
+#define CONFIG_OF_LIBFDT
 #define CONFIG_CMD_BOOTZ
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_DHCP