Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | mx5: Remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF | Jason Liu | 2011-09-03 | -2/+0 |
| | | | | | | | | | | | | | | | | | CONFIG_L2_OFF is obsolete after the following commit: e47f2db5371047eb9bcd115fee084e6a8a92a239 armv7: rename cache related CONFIG flags Replace the cache related CONFIG flags with more meaningful names. Following are the changes: CONFIG_L2_OFF -> CONFIG_SYS_L2CACHE_OFF Since imx5 does not provide L2 cache operations(Enable/Disable) Simply remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF Signed-off-by: Jason Liu <jason.hui@linaro.org> Cc:Stefano Babic <sbabic@denx.de> Acked-by: Stefano Babic <sbabic@denx.de> | |||
* | MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files. | Fabio Estevam | 2011-05-23 | -1/+0 |
| | | | | | | | | commit ed59e58 (Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ) made the definition of CONFIG_SYS_BOOTMAPSZ unnecessary. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Jason Liu <jason.hui@linaro.org> | |||
* | MX53: Add initial support for MX53SMD board. | Fabio Estevam | 2011-05-23 | -0/+192 |
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> |