roms: remove option rom packing logic
commit632cf034b401cdd01dae253a8b577fe518e37654
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 18 Dec 2009 11:01:12 +0000 (18 12:01 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 18 Dec 2009 17:26:34 +0000 (18 11:26 -0600)
tree46802baced6e8a88613b15cff2f41528ef4429eb
parent379526a40e855b0da3c5718063a7d992aa5a79a1
roms: remove option rom packing logic

Now that we load the option roms via fw_cfg, we can stop copying
them to the 0xc000 -> 0xe000.  The patch does just that.

Also the rom loader gets simplified as all remaining users of the
rom loader load the bits at a fixed address so the packing and
aligning logic can go away.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/loader.c
hw/loader.h