aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-2012.04.01/0010-m28evk-Allow-to-booting-a-dt-kernel.patch
blob: cf0ba98bc097683ea00a6f3a4754265cfb06082b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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