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:
Ronald G. Minnich 2003-07-25 21:42:02 +00:00
parent f8651ed6c2
commit 138af8aa1d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ end
makerule linuxbios.rom
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 "echo $$size ; \\"
#action "dd if=linuxbios.strip of=linuxbios.rom bs=1 seek=`expr $(ROM_IMAGE_SIZE) - $$size`"