On Sat, 8 Feb 2020 17:56:38 +0100
Philippe Mathieu-Daudé wrote:
> There is no point in creating the SoC object before allocating the RAM.
> Move the call to keep all the SoC-related calls together.
>
> Signed-off-by: Philippe Mathieu-Daudé
Acked-by: Igor Mammedov
> ---
> hw/arm/raspi.c | 5
There is no point in creating the SoC object before allocating the RAM.
Move the call to keep all the SoC-related calls together.
Signed-off-by: Philippe Mathieu-Daudé
---
hw/arm/raspi.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c
inde