This removes the uses of the buildrom utility and the coreboot.strip
intermediate file. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4718 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -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
|
||||
|
@@ -1,12 +1,7 @@
|
||||
ldscript init/ldscript.lb
|
||||
|
||||
makerule coreboot.strip
|
||||
depends "coreboot"
|
||||
action "cp $< $@"
|
||||
end
|
||||
|
||||
makerule coreboot.rom
|
||||
depends "coreboot.strip"
|
||||
depends "coreboot"
|
||||
action "cp $< $@"
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user