On 10/20/19 3:56 PM, Philippe Mathieu-Daudé wrote: > The SDRAM is incorrectly created in the OMAP310 SoC. > Move its creation in the board code, this will later allow the > board to have the QOM ownership of the RAM. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > hw/arm/omap1.c | 12 +++++------- > hw/arm/omap_sx1.c | 8 ++++++-- > hw/arm/palm.c | 8 ++++++-- > include/hw/arm/omap.h | 6 ++---- > 4 files changed, 19 insertions(+), 15 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~