aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-10-04 12:30:44 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-10-04 12:30:44 +0000
commit5bb10282e978dd811246c921a16e535babfbac9a (patch)
treeec7ce3e7335b41ab657780a23cd57fb5e1b84fde /src/arch/ppc
parent0dd713330bb5fe6cca38b9165645535d5772192d (diff)
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
Diffstat (limited to 'src/arch/ppc')
-rw-r--r--src/arch/ppc/Config.lb7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/arch/ppc/Config.lb b/src/arch/ppc/Config.lb
index 0b06eef37e..ef7f140b93 100644
--- a/src/arch/ppc/Config.lb
+++ b/src/arch/ppc/Config.lb
@@ -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