projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8965112
)
mx25pdk: Allow booting a device tree kernel
author
Fabio Estevam
<fabio.estevam@freescale.com>
Tue, 11 Dec 2012 11:48:46 +0000
(11:48 +0000)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 13 Dec 2012 08:23:59 +0000
(09:23 +0100)
Select CONFIG_OF_LIBFDT so that a device tree kernel can be launched.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/mx25pdk.h
patch
|
blob
|
history
diff --git
a/include/configs/mx25pdk.h
b/include/configs/mx25pdk.h
index
bbb3161
..
c10e78b
100644
(file)
--- a/
include/configs/mx25pdk.h
+++ b/
include/configs/mx25pdk.h
@@
-87,6
+87,7
@@
/* U-Boot commands */
#include <config_cmd_default.h>
+#define CONFIG_OF_LIBFDT
#define CONFIG_CMD_BOOTZ
#define CONFIG_CMD_CACHE
#define CONFIG_CMD_MMC