commit | a7aeb5f7b2c713e2ab7e0a142e0c89f7b2aa5bb7 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jul 04 13:06:35 2016 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Jul 04 13:06:35 2016 +0100 |
tree | 95fe87f144142edd40180d303ac6769c85a4151f | |
parent | a1777f7f6462c66e1ee6e98f0d5c431bfe988aa5 [diff] |
imx: Use memory_region_init_rom() for ROMs The imx boards were all incorrectly creating ROMs using memory_region_init_rom_device() with a NULL ops pointer. This will cause QEMU to abort if the guest tries to write to the ROM. Switch to the new memory_region_init_rom() instead. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1467122287-24974-3-git-send-email-peter.maydell@linaro.org