aboutsummaryrefslogtreecommitdiff
path: root/drivers/ram/rockchip/sdram_rk322x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ram/rockchip/sdram_rk322x.c')
-rw-r--r--drivers/ram/rockchip/sdram_rk322x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/rockchip/sdram_rk322x.c b/drivers/ram/rockchip/sdram_rk322x.c
index 9b39332..459d3a4 100644
--- a/drivers/ram/rockchip/sdram_rk322x.c
+++ b/drivers/ram/rockchip/sdram_rk322x.c
@@ -849,7 +849,7 @@ U_BOOT_DRIVER(dmc_rk322x) = {
.probe = rk322x_dmc_probe,
.priv_auto = sizeof(struct dram_info),
#ifdef CONFIG_TPL_BUILD
- .platdata_auto = sizeof(struct rk322x_sdram_params),
+ .plat_auto = sizeof(struct rk322x_sdram_params),
#endif
};