Fix for ROM_SIZE to ROM_SECTION_SIZE
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1043 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -22,7 +22,7 @@ end
|
|||||||
|
|
||||||
makerule linuxbios.rom
|
makerule linuxbios.rom
|
||||||
depends "linuxbios.strip buildrom"
|
depends "linuxbios.strip buildrom"
|
||||||
action "./buildrom $< $@ $(PAYLOAD) $(ROM_IMAGE_SIZE) $(ROM_SIZE)"
|
action "./buildrom $< $@ $(PAYLOAD) $(ROM_IMAGE_SIZE) $(ROM_SECTION_SIZE)"
|
||||||
#action "export size=`ls -l linuxbios.strip | (read p c u g size r ; echo $$size)` ; \\"
|
#action "export size=`ls -l linuxbios.strip | (read p c u g size r ; echo $$size)` ; \\"
|
||||||
#action "echo $$size ; \\"
|
#action "echo $$size ; \\"
|
||||||
#action "dd if=linuxbios.strip of=linuxbios.rom bs=1 seek=`expr $(ROM_IMAGE_SIZE) - $$size`"
|
#action "dd if=linuxbios.strip of=linuxbios.rom bs=1 seek=`expr $(ROM_IMAGE_SIZE) - $$size`"
|
||||||
|
Reference in New Issue
Block a user