summaryrefslogtreecommitdiff
path: root/include/configs/sc_sps_1.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-04SCSPS1: Enable cachesMarek Vasut1-2/+0
Enable caches, make it faster! Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de> Cc: Detlev Zundel <dzu@denx.de>
2012-09-01MX28: Move "regs-base.h" include after SoC type configurationOtavio Salvador1-2/+2
For i.MX233 addition the base registers need to be change so the SoC definition needs to be known before the header include. The following boards has been changed: * apx4devkit * m28evk * mx28evk * sc_sps_1 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Stefano Babic <sbabic@denx.de>
2012-09-01sc_sps_1: Adjust board config to use 'mxs' SoC codeOtavio Salvador1-2/+2
Fix build failure due the move of mx28 code to 'mxs' SoC. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Stefano Babic <sbabic@denx.de>
2012-09-01MX28: Add SchulerControl SC_SPS_1 platformMarek Vasut1-0/+208
This i.MX28 platform supports the following: * 2x FEC ethernet * USB on USBH0 * I2C EEPROM * SPI NVRAM * LEDs Signed-off-by: Marek Vasut <marex@denx.de>