Michael S. Tsirkin fe1479aa25 loader: drop return value for rom_add_blob_fixed
rom_add_blob never fails, and neither does rom_add_blob_fixed,
so there's no need to return value from it.

In fact, rom_add_blob_fixed was erroneously returning -1 unconditionally
which made the only system that checked the return value -M bamboo fail
to start.

Drop the return value and drop checks from ppc440_bamboo to
fix this failure.

Reported-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2013-11-10 12:08:38 +02:00
..
2013-09-03 12:25:55 +02:00
2013-09-02 10:06:41 +02:00
2013-09-03 12:25:55 +02:00
2013-07-29 21:07:00 +02:00
2013-08-28 10:16:47 +03:00
2013-09-02 10:06:43 +02:00
2013-10-25 23:25:47 +02:00