summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/freescale-mx6-arm2
Commit message (Collapse)AuthorAgeFilesLines
* ARM boards: Make boards pbl safeSascha Hauer2012-08-121-0/+1
| | | | | | | | With pbl support enabled most boards need a pbl-y for their lowlevel stuff. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* ARM boards: Use _text rather than TEXT_BASESascha Hauer2012-07-231-1/+1
| | | | | | | | | | With compressed image support TEXT_BASE will become the base address of the uncompressed image. What the boards want instead is the base address of the decompressor code or, if not compressed, the base address of the uncompressed image. Use _text which is the correct one for both cases. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: remove exception vectors from boardsSascha Hauer2012-07-231-1/+2
| | | | | | | The exception vector table will become part of the uncompressed image, so we can't reference them from the lowlevel init stuff anymore. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Removed duplicate definition for DEVFS_PARTITION_xxxAlexander Shiyan2012-05-131-2/+2
| | | | | Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: initial Freescale i.MX6q Armadillo2 supportSascha Hauer2012-04-245-0/+395
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>