commit | 78129d93e26c2e8b02e7356f026919882d4350f2 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Mon Mar 14 15:43:56 2011 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Wed Apr 27 19:38:05 2011 +0200 |
tree | c777613bd01078e4463b421929467a92b6daf73c | |
parent | 38db00bda02fd23d6d8ae6b98719b5caf1370e74 [diff] |
IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers As exception among the i.MX processors, the i.MX31 has headers without general names (mx31-regs.h, mx31.h instead of imx-regs.h and clock.h). This requires several nasty #ifdef in the drivers to include the correct header. The patch cleans up the driver and renames the header files as for the other i.MX processors. Signed-off-by: Stefano Babic <sbabic@denx.de>