summaryrefslogtreecommitdiff
path: root/blackfin_config.mk
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-03-18 22:15:58 +0100
committerWolfgang Denk <wd@denx.de>2008-03-18 22:15:58 +0100
commitfdeb932b1c8a3b615463995c3452d30ee0b12a33 (patch)
treee753cbcf649c67445b8c0359d9656fea26a84a4b /blackfin_config.mk
parent3515fd18d4e8e44f863ac7142b55e22b109e9af2 (diff)
parent1f2a9970109cebf7446e0503b10b71f8673045ee (diff)
downloadu-boot-imx-fdeb932b1c8a3b615463995c3452d30ee0b12a33.zip
u-boot-imx-fdeb932b1c8a3b615463995c3452d30ee0b12a33.tar.gz
u-boot-imx-fdeb932b1c8a3b615463995c3452d30ee0b12a33.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin
Diffstat (limited to 'blackfin_config.mk')
-rw-r--r--blackfin_config.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/blackfin_config.mk b/blackfin_config.mk
index a7513ea..d90eb23 100644
--- a/blackfin_config.mk
+++ b/blackfin_config.mk
@@ -24,9 +24,13 @@
PLATFORM_RELFLAGS += -ffixed-P5
PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN
+ifneq (,$(CONFIG_BFIN_CPU))
+PLATFORM_RELFLAGS += -mcpu=$(CONFIG_BFIN_CPU)
+endif
+
SYM_PREFIX = _
LDR_FLAGS += --use-vmas
-ifeq (,$(findstring s,$(MAKEFLAGS)))
+ifneq (,$(findstring s,$(MAKEFLAGS)))
LDR_FLAGS += --quiet
endif