]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/virt: dt: move creation of /secure-chosen to create_fdt()
authorJerome Forissier <jerome@forissier.org>
Mon, 20 Apr 2020 12:18:06 +0000 (14:18 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Apr 2020 14:35:41 +0000 (15:35 +0100)
commitef6a5c71c2f40e253712ad3d8826d5e84e325aeb
tree7afbae656227481c495c91d57385bfcfabc88f05
parent6b375d3546b009d1e63e07397ec9c6af256e15e9
hw/arm/virt: dt: move creation of /secure-chosen to create_fdt()

The /secure-chosen node is currently used only by create_uart(), but
this will change. Therefore move the creation of this node to
create_fdt().

Signed-off-by: Jerome Forissier <jerome@forissier.org>
Message-id: 20200420121807.8204-2-jerome@forissier.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c