commit | 749763864208b14f100f1f8319aeb931134430fa | [log] [tgz] |
---|---|---|
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | Wed Apr 05 09:02:47 2017 +0100 |
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | Fri Apr 21 09:02:04 2017 +0100 |
tree | 321278a04e4b1fc20710fb9bfd1a6bcfca3ce92d | |
parent | 973945804d95878375b487c0c5c9b2556c5e4543 [diff] |
tcx: switch to load_image_mr() and remove prom_addr hack Previous to the existence of load_image_mr(), the only way to load in the FCode ROM image was to pass in its physical address via qdev properties and use load_image_targphys(). Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>