aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-v2012.04.01/0010-m28evk-Allow-to-booting-a-dt-kernel.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-v2012.04.01/0010-m28evk-Allow-to-booting-a-dt-kernel.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot-v2012.04.01/0010-m28evk-Allow-to-booting-a-dt-kernel.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-v2012.04.01/0010-m28evk-Allow-to-booting-a-dt-kernel.patch b/recipes-bsp/u-boot/u-boot-v2012.04.01/0010-m28evk-Allow-to-booting-a-dt-kernel.patch
new file mode 100644
index 0000000..cf0ba98
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-v2012.04.01/0010-m28evk-Allow-to-booting-a-dt-kernel.patch
@@ -0,0 +1,27 @@
+From 8b35d52540a88bc8ed2576a59c29cbe13619665d Mon Sep 17 00:00:00 2001
+From: Fabio Estevam <fabio.estevam@freescale.com>
+Date: Mon, 23 Apr 2012 06:06:29 +0000
+Subject: [PATCH 10/56] m28evk: Allow to booting a dt kernel
+
+Allow to booting a dt kernel.
+
+Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
+---
+ include/configs/m28evk.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+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.10
+