commit | ef6a5c71c2f40e253712ad3d8826d5e84e325aeb | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Mon Apr 20 14:18:06 2020 +0200 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Apr 30 15:35:41 2020 +0100 |
tree | 7afbae656227481c495c91d57385bfcfabc88f05 | |
parent | 6b375d3546b009d1e63e07397ec9c6af256e15e9 [diff] |
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>