hw/arm: Allow manually specified /psci node
commitc39770cd63776516c4e244702e859d84913ba9ed
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Tue, 10 Apr 2018 12:02:24 +0000 (10 13:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Apr 2018 12:02:24 +0000 (10 13:02 +0100)
treeecec45c521da8fbf58729cdbfa7a9e3d45cd24ef
parentfb4fe32d5b6290deabe752b51cc1cc2a9e8573db
hw/arm: Allow manually specified /psci node

Change the code to avoid exiting QEMU if user provided DTB contains
manually specified /psci node and skip any /psci related fixups
instead.

Fixes: 4cbca7d9b4 ("hw/arm: Move virt's PSCI DT fixup code to
arm/boot.c")

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Reported-by: Marc Zyngier <marc.zyngier@arm.com>
Tested-by: Marc Zyngier <marc.zyngier@arm.com>
Message-id: 20180402205654.14572-1-andrew.smirnov@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/boot.c