[coreboot] [v2] r4068 - trunk/coreboot-v2/src/arch/ppc

svn at coreboot.org svn at coreboot.org
Sat Apr 4 20:40:46 CEST 2009


Author: stepan
Date: 2009-04-04 20:40:46 +0200 (Sat, 04 Apr 2009)
New Revision: 4068

Modified:
   trunk/coreboot-v2/src/arch/ppc/Config.lb
Log:
small workaround for romtool incompatibility with ppc ports

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/arch/ppc/Config.lb
===================================================================
--- trunk/coreboot-v2/src/arch/ppc/Config.lb	2009-04-04 18:24:21 UTC (rev 4067)
+++ trunk/coreboot-v2/src/arch/ppc/Config.lb	2009-04-04 18:40:46 UTC (rev 4068)
@@ -1,10 +1,15 @@
 ldscript init/ldscript.lb
 
-makerule coreboot.rom 
+makerule coreboot.strip 
 	depends	"coreboot" 
 	action	"cp $< $@"
 end
 
+makerule coreboot.rom 
+	depends	"coreboot.strip" 
+	action "cp $< $@"
+end
+
 dir init
 dir lib
 dir boot





More information about the coreboot mailing list