9
0
Fork 0

IMX: Ignore i.MX23/i.MX28 related code in shared devices

At least the FEC and the CAN controller drivers can also be used by the i.MX28.
When still used by IMX, the i.MX28 (and maybe i.MX23) related code must be
ignored.

Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Juergen Beisert 2010-12-13 11:53:30 +01:00 committed by Sascha Hauer
parent f45d359d41
commit b70873a219
1 changed files with 2 additions and 0 deletions

View File

@ -51,3 +51,5 @@ u64 imx_uid(void);
#define cpu_is_mx51() (0)
#endif
#define cpu_is_mx23() (0)
#define cpu_is_mx28() (0)