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:
parent
f8651ed6c2
commit
138af8aa1d
|
@ -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`"
|
||||
|
|
Loading…
Reference in New Issue