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

Remove bogus config.mk entry
Signed-off-by: Dirk Behme dirk.behme@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,))

Dear Dirk Behme,
In message 1249722092-23637-1-git-send-email-dirk.behme@googlemail.com you wrote:
Remove bogus config.mk entry
Signed-off-by: Dirk Behme dirk.behme@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(-)
We have the same issue in cpu/arm_cortexa8/omap3/config.mk
Umm... except for the missing newline in the last line of cpu/arm_cortexa8/config.mk (which should be fixed, too), these files are identical.
Maybe we can dump cpu/arm_cortexa8/omap3/config.mk ?
Best regards,
Wolfgang Denk
participants (2)
-
Dirk Behme
-
Wolfgang Denk