On 10/20/19 3:56 PM, Philippe Mathieu-Daudé wrote: > Having the RAM creation code in a separate function is not > very helpful. Move this code directly inside the board_init() > function, 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/digic_boards.c | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~