hw/arm/digic4: Inline digic4_board_setup_ram() function
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 22 Oct 2019 15:50:38 +0000 (16:50 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Oct 2019 16:44:01 +0000 (17:44 +0100)
commit90600829b3355b8d27b791b893095c18f529aec3
treebbfe136326369ca04d62632f2d7148118a9e39c5
parent4387b253acf2360dbbc4e407cf6a58e95d824df9
hw/arm/digic4: Inline digic4_board_setup_ram() function

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.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20191021190653.9511-7-philmd@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/digic_boards.c