Remove bogus config.mk entry

Signed-off-by: Dirk Behme <[email protected]>
---

Found by Wolfgang Denk, thanks.

Compile tested with ./MAKEALL ARM_CORTEX_A8

Boot tested on BeagleBoard

 cpu/arm_cortexa8/config.mk |    1 -
 1 file changed, 1 deletion(-)

Index: u-boot-main/cpu/arm_cortexa8/config.mk
===================================================================
--- u-boot-main.orig/cpu/arm_cortexa8/config.mk
+++ u-boot-main/cpu/arm_cortexa8/config.mk
@@ -30,7 +30,6 @@ PLATFORM_CPPFLAGS += -march=armv5
 # Supply options according to compiler version
 #
 # =========================================================================
-PLATFORM_CPPFLAGS +=$(call cc-option)
 PLATFORM_CPPFLAGS +=$(call cc-option,-mno-thumb-interwork,)
 PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,\
                    $(call cc-option,-malignment-traps,))
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to