aboutsummaryrefslogtreecommitdiff
path: root/blackfin_config.mk
AgeCommit message (Collapse)AuthorFilesLines
2008-03-30Blackfin: unify cpu and boot modesMike Frysinger1-0/+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>
2008-03-15Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPUMike Frysinger1-1/+5
Stop tying things to the processor that should be tied to other defines and change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build system to select the -mcpu option. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04generate u-boot.ldr for Blackfin targetsMike Frysinger1-0/+5
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04add support for Blackfin symbol prefixes to examplesMike Frysinger1-0/+2
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-04move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__Mike Frysinger1-1/+2
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2007-11-03blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mkShinya Kuribayashi1-1/+1
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2007-03-09[Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li1-1/+1
2006-03-12Add missing Blackfin files.Wolfgang Denk1-0/+24