dm: treewide: Rename 'platdata' variables to just 'plat'
[platform/kernel/u-boot.git] / board / cadence / xtfpga / xtfpga.c
index 5811c43..29db51b 100644 (file)
@@ -106,5 +106,5 @@ static struct ethoc_eth_pdata ethoc_pdata = {
 
 U_BOOT_DEVICE(ethoc) = {
        .name = "ethoc",
-       .platdata = &ethoc_pdata,
+       .plat = &ethoc_pdata,
 };