forked from Imagelibrary/rtems
bsp/mpc55xx: Limit flash support to MPC55[56]X
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user