summaryrefslogtreecommitdiffstats
path: root/board/bf561-ezkit/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* Blackfin: fix out-of-tree building with ldscriptsMike Frysinger2009-01-071-0/+2
| | | | | | | Many of the Blackfin board linker scripts are preprocessed, so make sure we output the linker script into the build tree rather than the source tree. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: set proper LDRFLAGS for parallel booting LDRsMike Frysinger2009-01-071-0/+6
| | | | | | | In order to boot an LDR out of parallel flash, the ldr utility needs a few flags to tell it to generate the right header. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: unify cpu and boot modesMike Frysinger2008-03-301-3/+3
| | | | | | | | All of the duplicated code for Blackfin processors and boot modes have been unified. After all, the core is the same for all processors, just the peripheral set differs (which gets handled in the drivers). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* [Blackfin][PATCH] Add BF561 EZKIT board supportAubrey Li2007-03-201-0/+25
OpenPOWER on IntegriCloud