[coreboot-gerrit] New patch to review for coreboot: 5d747b5 ARMv7: Drop ROMSTAGE_BASE from Makefile.inc

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Mar 26 19:29:43 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/2916

-gerrit

commit 5d747b5783806d3f8748f59d384b14fb21f8589e
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Tue Mar 26 11:28:47 2013 -0700

    ARMv7: Drop ROMSTAGE_BASE from Makefile.inc
    
    It's not used (instead ARM puts it in Kconfig)
    
    Change-Id: Ia22a7ac756bec4cb6fee00a4d946a020ea6290aa
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/arch/armv7/Makefile.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/arch/armv7/Makefile.inc b/src/arch/armv7/Makefile.inc
index 7873e61..dec0b3f 100644
--- a/src/arch/armv7/Makefile.inc
+++ b/src/arch/armv7/Makefile.inc
@@ -260,7 +260,6 @@ endif
 $(objgenerated)/romstage.ld: $$(ldscripts) $(obj)/ldoptions
 	@printf "    GEN        $(subst $(obj)/,,$(@))\n"
 	rm -f $@
-	printf "ROMSTAGE_BASE = 0x0;\n" > $@.tmp
 	printf '$(foreach ldscript,ldoptions $(ldscripts),INCLUDE "$(ldscript:$(obj)/%=%)"\n)' >> $@.tmp
 	mv $@.tmp $@
 



More information about the coreboot-gerrit mailing list