aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-dt-rm9200.c
Commit message (Collapse)AuthorAge
* ARM: at91: remove init_machine() as default is suitableNicolas Ferre2013-10-16
| | | | | | | | | | Since 883a106b0866ca8d75b5520bdb3ca1cf8e3730ba (ARM: default machine descriptor for multiplatform) we can remove the SoC-specific callback init_machine() to use the default code. This cleans up the code and reduces the number of lines. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* ARM: at91: renamme rm9200 dt fileJean-Christophe PLAGNIOL-VILLARD2013-03-13
Rename the board-rm9200-dt.c file so that we follow the pattern for Device Tree board files: board-dt-<name of SoC sharing same core>.c Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> [nicolas.ferre@atmel.com: modify commit message] Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>