From: Bruce Ashfield Date: Thu, 6 Sep 2012 18:46:15 +0000 (-0400) Subject: mpc8315e-rdb: switch to ppce300c3 tuning X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=884e796ea85f7dd064f83c90b439b0e863e28c57;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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] Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf index 266f9d49783..7aa498dccd4 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"