]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - config.mk
85xx: Using proper I2C source clock divider for MPC8544
[karo-tx-uboot.git] / config.mk
index c225df1a43c1a3179045c659ff8f9a65d834783a..5a9334c6f6c8982beb195e67054e0a7272b495da 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -44,15 +44,6 @@ PLATFORM_RELFLAGS =
 PLATFORM_CPPFLAGS =
 PLATFORM_LDFLAGS =
 
-ifeq ($(ARCH),arm)
-ifeq ($(CROSS_COMPILE),powerpc-netbsd-)
-PLATFORM_CPPFLAGS+= -D__ARM__
-endif
-ifeq ($(CROSS_COMPILE),powerpc-openbsd-)
-PLATFORM_CPPFLAGS+= -D__ARM__
-endif
-endif
-
 #########################################################################
 
 CONFIG_SHELL   := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \