[coreboot] New patch to review for coreboot: bdc3e30 libpayload: ARCH-$(CONFIG_ARCH_ARMV7) was defined twice, make one POWERPC

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Mar 12 02:21:37 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2654

-gerrit

commit bdc3e3095c477aabeb75a55d35c98dea475d6bb1
Author: Gabe Black <gabeblack at google.com>
Date:   Wed Jan 16 03:18:02 2013 -0800

    libpayload: ARCH-$(CONFIG_ARCH_ARMV7) was defined twice, make one POWERPC
    
    Change-Id: Ia85a7cd6a0b85119cce6b2f9c42a7fc31ffd9f97
    Signed-off-by: Gabe Black <gabeblack at google.com>
---
 payloads/libpayload/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/libpayload/Makefile b/payloads/libpayload/Makefile
index cbfd43a..c4a77bf 100644
--- a/payloads/libpayload/Makefile
+++ b/payloads/libpayload/Makefile
@@ -100,7 +100,7 @@ ARCH-y := $(ARCHDIR-y)
 # If architecture folder name is different from GCC binutils architecture name,
 # override here.
 ARCH-$(CONFIG_ARCH_ARMV7)   := armv7
-ARCH-$(CONFIG_ARCH_ARMV7)   := armv7
+ARCH-$(CONFIG_ARCH_POWERPC) := powerpc
 ARCH-$(CONFIG_ARCH_X86)     := i386
 
 CC := $(CC_$(ARCH-y))



More information about the coreboot mailing list