From a32f551c968dee86a801d8421e19ed7da92e6ac9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 6 Sep 2012 14:46:15 -0400 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ TARGET_FPU = "" -require conf/machine/include/tune-ppc603e.inc +require conf/machine/include/tune-ppce300c3.inc KERNEL_IMAGETYPE = "uImage"