summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-09-06 14:46:15 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-07 12:10:45 +0100
commita32f551c968dee86a801d8421e19ed7da92e6ac9 (patch)
tree2195aaa3e40979d90f47fa4e7cb07ba55b12ebb7 /meta-yocto-bsp
parente58eb8cbb0f9ecd4afa23ffb64c8467b24d93c5c (diff)
downloadpoky-a32f551c968dee86a801d8421e19ed7da92e6ac9.tar.gz
mpc8315e-rdb: switch to ppce300c3 tuning
It has been pointed out several times that the mpc8315e-rdb is a ppce300c3 board, and should be using a different tuning than it's current ppc603e. This switching the default tuning of the board to the newly introduced ppce300c3 tuning in oe-core. [YOCTO #1192] (From meta-yocto rev: 884e796ea85f7dd064f83c90b439b0e863e28c57) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
index 266f9d4978..7aa498dccd 100644
--- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
+++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
@@ -3,7 +3,7 @@
3 3
4TARGET_FPU = "" 4TARGET_FPU = ""
5 5
6require conf/machine/include/tune-ppc603e.inc 6require conf/machine/include/tune-ppce300c3.inc
7 7
8KERNEL_IMAGETYPE = "uImage" 8KERNEL_IMAGETYPE = "uImage"
9 9