spapr: Drop unused parameters from fdt building helper
commitdf269271a92452313459f04fbc388f0be018cf70
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 30 Jan 2019 01:42:16 +0000 (30 12:42 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 4 Feb 2019 07:44:19 +0000 (4 18:44 +1100)
treeafb9933a99a01485870d5b06979a9fa5008e8ee0
parentce6fc61736d9796d519a163f9181da738677888f
spapr: Drop unused parameters from fdt building helper

spapr_load_rtas() handles now RTAS address and size information in the FDT
so drop them from spapr_build_fdt().

While we are here, fix a small typo.

Fixes: 3f5dabceba24 "pseries: Consolidate construction of /rtas device tree node"
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr.c