ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_t
commit0a57fbee209f9d799f53dbcd77f3062649b61b08
authorBALATON Zoltan <balaton@eik.bme.hu>
Thu, 3 Jan 2019 16:27:24 +0000 (3 17:27 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 4 Feb 2019 07:44:17 +0000 (4 18:44 +1100)
tree27946201d12b63adaa1ec716c51bbcbd574ab7c6
parent7d8ccf58d5ee83b140220e34b58ac7d4b5dc6a21
ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_t

There's already a struct with the same name in ppc4xx_devs.c. They are
not used outside their files so don't clash but they are also not
identical so rename the ppc440 specific one to distinguish them.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/ppc440_uc.c