hw/arm/pxa2xx: Simplify pxa270_init()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 9 Jan 2023 11:53:05 +0000 (12:53 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Jan 2023 17:03:14 +0000 (17:03 +0000)
commit2990bf5da74c43f228cba85484e5e1341a0763c7
tree9e29812289e458aa04d5dfd7e27ed90493050af3
parentabf8361cf7bb235fc987509df8a08476ce5478b7
hw/arm/pxa2xx: Simplify pxa270_init()

Since pxa270_init() must map the device in the system memory,
there is no point in passing get_system_memory() by argument.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230109115316.2235-3-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/gumstix.c
hw/arm/mainstone.c
hw/arm/pxa2xx.c
hw/arm/spitz.c
hw/arm/z2.c
include/hw/arm/pxa.h