Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mxs: Fix iomux.h to not break build during assembly stage | Otavio Salvador | 2013-03-07 | 1 | -0/+5 |
| | | | | | | | | This fixes the build failure when included in mx23_olinuxino.h board config; the addition of "asm/types.h" is due "u32" being otherwise undefined. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
* | mxs: reorganize source directory for easy sharing of code in i.MXS SoCs | Otavio Salvador | 2012-09-01 | 1 | -0/+168 |
Most code can be shared between i.MX23 and i.MX28 as both are from i.MXS family; this source directory structure makes easy to share code among them. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Stefano Babic <sbabic@denx.de> |