arch/arm/plat-mxc/include/mach/mx35.h
0 → 100644
+29
−0
arch/arm/plat-mxc/include/mach/mx3x.h
0 → 100644
+290
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch moves the stuff common to i.MX31 and i.MX35 to mx3x.h and the
specifics to mx31.h/mx35.h. We can build a kernel which runs on i.MX31 and
i.MX35, so always include mx31.h and mx35.h
Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>