From 5bb10282e978dd811246c921a16e535babfbac9a Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 4 Oct 2009 12:30:44 +0000 Subject: This removes the uses of the buildrom utility and the coreboot.strip intermediate file. Signed-off-by: Patrick Georgi Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4718 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/Config.lb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/arch/i386/Config.lb') diff --git a/src/arch/i386/Config.lb b/src/arch/i386/Config.lb index 60b15906c3..3b5be31d91 100644 --- a/src/arch/i386/Config.lb +++ b/src/arch/i386/Config.lb @@ -44,16 +44,6 @@ end if CONFIG_USE_FAILOVER_IMAGE makedefine COREBOOT_APC:= makedefine COREBOOT_RAM_ROM:= - - makerule coreboot.rom - depends "coreboot.strip" - action "cp $< $@" - end -else - makerule coreboot.rom - depends "coreboot.strip buildrom" - action "./buildrom $< $@ /dev/null $(CONFIG_ROM_IMAGE_SIZE) $(CONFIG_ROM_SECTION_SIZE)" - end end makerule crt0.S -- cgit v1.2.3