summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2008-05-29 12:02:09 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-05-29 12:02:09 +0000
commit6a2a6801e74b39a9e86949ecc6e84e8e6e172027 (patch)
tree4bc0ca3b0d54950e49f55f9c74d1d91d36153fb2 /packages
parentabd25c0dce4a42a778f31cb7a560d3fc25e5f083 (diff)
linux.inc: Add device tree location for MPC8515E-RDB.
Note that in 2.6.26, the device trees have been merged/changed.
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/linux.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc
index 8dfa25c17a..e3814070ea 100644
--- 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"