[U-Boot] [PATCH] ARM Cortex A8: Remove bogus config.mk entry

Dirk Behme dirk.behme at googlemail.com
Sat Aug 8 11:01:32 CEST 2009


Remove bogus config.mk entry

Signed-off-by: Dirk Behme <dirk.behme at googlemail.com>
---

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,))


More information about the U-Boot mailing list