[coreboot-gerrit] New patch to review for coreboot: x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblock

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Wed Feb 24 18:45:19 CET 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13777

-gerrit

commit 80d01c88be6ca03c2afa036fedfa488b086bdbfc
Author: Furquan Shaikh <furquan at google.com>
Date:   Wed Feb 24 09:42:16 2016 -0800

    x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblock
    
    For C_ENVIRONMENT_BOOTBLOCK, memlayout.ld is added by call to
    early_x86_stage. Remove redundant addition of memlayout.ld in this
    case.
    
    Change-Id: Ibb5ce690ac4e63f7ff5063d5bd04daeeb731e4d7
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/arch/x86/Makefile.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index 56e2ad0..01fa81e 100644
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -113,7 +113,6 @@ $(call src-to-obj,bootblock,$(dir)/id.S): $(obj)/build.h
 ifeq ($(CONFIG_C_ENVIRONMENT_BOOTBLOCK),y)
 
 bootblock-y += bootblock_crt0.S
-bootblock-y += memlayout.ld
 
 ifeq ($(CONFIG_ARCH_BOOTBLOCK_X86_32),y)
 $(eval $(call early_x86_stage,bootblock,elf32-i386))



More information about the coreboot-gerrit mailing list