git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abd25c0
)
linux.inc: Add device tree location for MPC8515E-RDB.
author
Leon Woestenberg
<leon.woestenberg@gmail.com>
Thu, 29 May 2008 12:02:09 +0000
(12:02 +0000)
committer
Leon Woestenberg
<leon.woestenberg@gmail.com>
Thu, 29 May 2008 12:02:09 +0000
(12:02 +0000)
Note that in 2.6.26, the device trees have been merged/changed.
packages/linux/linux.inc
patch
|
blob
|
history
diff --git
a/packages/linux/linux.inc
b/packages/linux/linux.inc
index
8dfa25c
..
e381407
100644
(file)
--- a/
packages/linux/linux.inc
+++ b/
packages/linux/linux.inc
@@
-21,6
+21,7
@@
CMDLINE_append = " ${CMDLINE_DEBUG} "
# Support for binary device tree generation
KERNEL_DEVICETREE_mpc8313e-rdb = "arch/${ARCH}/boot/dts/mpc8313erdb.dts"
+KERNEL_DEVICETREE_mpc8315e-rdb = "arch/${ARCH}/boot/dts/mpc8315erdb.dts"
KERNEL_DEVICETREE_mpc8323e-rdb = "arch/${ARCH}/boot/dts/mpc832x_rdb.dts"
KERNEL_DEVICETREE_kilauea = "arch/${ARCH}/boot/dts/kilauea.dts"
KERNEL_DEVICETREE_sequoia = "arch/${ARCH}/boot/dts/sequoia.dts"