]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - config.mk
gth2.c: Fix a warning on gth2 build.
[karo-tx-uboot.git] / config.mk
index 6e280bc83487dc8b062be7b602de7b05839dc7bd..37d61a0c86844df7e124515b3d63d94a88ebc1ae 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -69,10 +69,6 @@ PLATFORM_CPPFLAGS+= -D__ARM__
 endif
 endif
 
-ifeq ($(ARCH),blackfin)
-PLATFORM_CPPFLAGS+= -D__BLACKFIN__ -mno-underscore
-endif
-
 ifdef  ARCH
 sinclude $(TOPDIR)/$(ARCH)_config.mk   # include architecture dependend rules
 endif