Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-11 | mx6: Distinguish mx6dual from mx6quad | Fabio Estevam | |
Currently when we boot a mx6dual U-boot reports that it is a mx6quad. Report it as MX6D instead: CPU: Freescale i.MX6D rev1.2 at 792 MHz Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano babic <sbabic@denx.de> Acked-by: Otavio Salvador <otavio@ossystems.com.br> | |||
2014-02-11 | imx: Introduce a header for the imx cpu versions | Fabio Estevam | |
Instead of duplicating the CPU definitions at mx5 and mx6 sys_proto.h header files, introduce a common header to centralize such definitions. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> |