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 <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
TARGET_FPU = ""
-require conf/machine/include/tune-ppc603e.inc
+require conf/machine/include/tune-ppce300c3.inc
KERNEL_IMAGETYPE = "uImage"