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