summaryrefslogtreecommitdiff
path: root/drivers/ram/rockchip/sdram_px30.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ram/rockchip/sdram_px30.c')
-rw-r--r--drivers/ram/rockchip/sdram_px30.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/rockchip/sdram_px30.c b/drivers/ram/rockchip/sdram_px30.c
index 2f1f6e9c0c..c024a0cd63 100644
--- a/drivers/ram/rockchip/sdram_px30.c
+++ b/drivers/ram/rockchip/sdram_px30.c
@@ -757,6 +757,6 @@ U_BOOT_DRIVER(dmc_px30) = {
.of_match = px30_dmc_ids,
.ops = &px30_dmc_ops,
.probe = px30_dmc_probe,
- .priv_auto_alloc_size = sizeof(struct dram_info),
+ .priv_auto = sizeof(struct dram_info),
};
#endif /* CONFIG_TPL_BUILD */