On 19/10/2023 09.16, Philippe Mathieu-Daudé wrote:
In order to make the next commit trivial, move the sysbus_init_mmio() call in allwinner_r40_dramc_init() just before the corresponding sysbus_mmio_map_overlap() call in allwinner_r40_dramc_realize().Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- hw/misc/allwinner-r40-dramc.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>