summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-11-07 14:16:14 -0600
committerJon Loeliger <jdl@freescale.com>2007-11-07 14:16:14 -0600
commit59e7965922b683a5aca44ff294d95b206d5bc58a (patch)
treee8453252f9987f99deeb7d7b98b7b6d99b5433cf /config.mk
parent3cac27c1d40b151f295dcfdb514fa928732e4ecf (diff)
parent992742a5b09d9040adbd156fb90756af66ade310 (diff)
downloadu-boot-imx-59e7965922b683a5aca44ff294d95b206d5bc58a.zip
u-boot-imx-59e7965922b683a5aca44ff294d95b206d5bc58a.tar.gz
u-boot-imx-59e7965922b683a5aca44ff294d95b206d5bc58a.tar.bz2
Merge commit 'remotes/wd/master'
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index 582df32..37d61a0 100644
--- a/config.mk
+++ b/config.mk
@@ -69,10 +69,6 @@ PLATFORM_CPPFLAGS+= -D__ARM__
endif
endif
-ifeq ($(ARCH),blackfin)
-PLATFORM_CPPFLAGS+= -D__BLACKFIN__
-endif
-
ifdef ARCH
sinclude $(TOPDIR)/$(ARCH)_config.mk # include architecture dependend rules
endif