]> git.proxmox.com Git - mirror_qemu.git/commit
spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDR
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 31 Mar 2021 02:51:23 +0000 (13:51 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 4 May 2021 01:41:25 +0000 (11:41 +1000)
commit4b98e72d973f8612d3f65fd1dbcdd232a62bd6d6
tree3cf2fb5651dddd743cd67979271ddab74e5f0c97
parentba7e5ac18e7b3232ec93e0d3324bba167b965d70
spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDR

SLOF instantiates RTAS since
744a928ccee9 ("spapr: Stop providing RTAS blob")
so the max address applies to the FDT only.

This renames the macro and fixes up the comment.

This should not cause any behavioral change.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Message-Id: <20210331025123.29310-1-aik@ozlabs.ru>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr.c