spapr: Move creation of ibm,architecture-vec-5 property
commit1e0e11085a0d3e47cbbad8944f70b371d22b987d
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 22 Jan 2020 04:50:42 +0000 (22 15:50 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 17 Mar 2020 05:59:22 +0000 (17 16:59 +1100)
tree42aa850d0fd3f4e2859fa8d4f1a948386c8bef8e
parentfa523f0dd3c5abae3f57cc4d174e2a2c61204518
spapr: Move creation of ibm,architecture-vec-5 property

This is currently called from spapr_dt_cas_updates() which is a hang
over from when we created this only as a diff to the DT at CAS time.
Now that we fully rebuild the DT at CAS time, just create it along
with the rest of the properties in /chosen.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Greg Kurz <groug@kaod.org>
hw/ppc/spapr.c