summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-v2012.04.01/0020-M28-Enable-FDT-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-v2012.04.01/0020-M28-Enable-FDT-support.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot-v2012.04.01/0020-M28-Enable-FDT-support.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-v2012.04.01/0020-M28-Enable-FDT-support.patch b/recipes-bsp/u-boot/u-boot-v2012.04.01/0020-M28-Enable-FDT-support.patch
new file mode 100644
index 0000000..9a660d5
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-v2012.04.01/0020-M28-Enable-FDT-support.patch
@@ -0,0 +1,33 @@
1From 8c96682f52e8e9bf7591fad07e9f9bc51e1da7d4 Mon Sep 17 00:00:00 2001
2From: Marek Vasut <marex@denx.de>
3Date: Thu, 3 May 2012 05:47:21 +0000
4Subject: [PATCH 20/56] M28: Enable FDT support
5
6This will eventually be needed with Linux 3.5, which will be the point when
7MXS will be switched to FDT.
8
9Signed-off-by: Marek Vasut <marex@denx.de>
10Cc: Wolfgang Denk <wd@denx.de>
11Cc: Detlev Zundel <dzu@denx.de>
12Cc: Stefano Babic <sbabic@denx.de>
13Cc: Fabio Estevam <festevam@gmail.com>
14---
15 include/configs/m28evk.h | 2 ++
16 1 file changed, 2 insertions(+)
17
18diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
19index 39d6a07..40845d3 100644
20--- a/include/configs/m28evk.h
21+++ b/include/configs/m28evk.h
22@@ -43,6 +43,8 @@
23 #define CONFIG_ARCH_CPU_INIT
24 #define CONFIG_ARCH_MISC_INIT
25
26+#define CONFIG_OF_LIBFDT
27+
28 /*
29 * SPL
30 */
31--
321.7.10
33