diff options
author | Martyn Welch <martyn.welch@ge.com> | 2010-03-17 06:26:53 +0000 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-03-17 09:35:59 -0700 |
commit | 86ab2dc6608c2f4342f3a6dcad4bc175c19bda5a (patch) | |
tree | 1fb391b11a4c0adcac0e8ede0b396c22008299f9 /recipes/linux/linux.inc | |
parent | 1b8480c8b513c35284e51c2d04989c1bd3c7993e (diff) |
Add Freescale mpc8641_hpcn demo board
A demo board from Freescale, based on the MPC8641D Freescale SOC.
Acked-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/linux/linux.inc')
-rw-r--r-- | recipes/linux/linux.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc index b0f78de668..2da1df82c8 100644 --- a/recipes/linux/linux.inc +++ b/recipes/linux/linux.inc @@ -38,6 +38,7 @@ 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_sequoia = "arch/${ARCH}/boot/dts/sequoia.dts" +KERNEL_DEVICETREE_mpc8641-hpcn = "arch/${ARCH}/boot/dts/mpc8641_hpcn.dts" KERNEL_DEVICETREE_p2020ds = "arch/${ARCH}/boot/dts/p2020ds.dts" KERNEL_DEVICETREE_xilinx-ml507 = "arch/${ARCH}/boot/dts/virtex440-ml507.dts" |