bsp/mpc55xx: Limit flash support to MPC55[56]X

This commit is contained in:
Sebastian Huber
2014-08-25 09:09:45 +02:00
parent f553c6ebbe
commit 0a31483901

View File

@@ -38,7 +38,7 @@
#include <libcpu/powerpc-utility.h>
#include <rtems/powerpc/registers.h>
#if MPC55XX_CHIP_TYPE / 100 == 55
#if MPC55XX_CHIP_FAMILY == 555 || MPC55XX_CHIP_FAMILY == 556
/* Set up the memory ranges for the flash on
* the MPC5553, MPC5554, MPC5566 and MPC5567.