summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorAubrey.Li <aubrey.adi@gmail.com>2007-03-09 13:40:56 +0800
committerAubrey.Li <aubrey.adi@gmail.com>2007-03-09 13:40:56 +0800
commitef26a08fef928b7bc11ae2c109e638dc3a016d91 (patch)
treeca1fad50363cb05c7a62f0d4701d93a6671ab485 /config.mk
parent3f0606ad0b5639f7f22848fe5b4574e754d0470f (diff)
downloadtalos-obmc-uboot-ef26a08fef928b7bc11ae2c109e638dc3a016d91.tar.gz
talos-obmc-uboot-ef26a08fef928b7bc11ae2c109e638dc3a016d91.zip
[Blackfin][PATCH-2/2] Common files changed to support bf533 platform
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 6e280bc834..582df329a4 100644
--- a/config.mk
+++ b/config.mk
@@ -70,7 +70,7 @@ endif
endif
ifeq ($(ARCH),blackfin)
-PLATFORM_CPPFLAGS+= -D__BLACKFIN__ -mno-underscore
+PLATFORM_CPPFLAGS+= -D__BLACKFIN__
endif
ifdef ARCH
OpenPOWER on IntegriCloud