From: Leon Woestenberg Date: Thu, 29 May 2008 12:02:09 +0000 (+0000) Subject: linux.inc: Add device tree location for MPC8515E-RDB. X-Git-Tag: Release-2010-05/1~6842^2~11^2~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2a6801e74b39a9e86949ecc6e84e8e6e172027;p=openembedded.git linux.inc: Add device tree location for MPC8515E-RDB. Note that in 2.6.26, the device trees have been merged/changed. --- 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"