summaryrefslogtreecommitdiff
path: root/drivers/ram/mpc83xx_sdram.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ram/mpc83xx_sdram.c')
-rw-r--r--drivers/ram/mpc83xx_sdram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/mpc83xx_sdram.c b/drivers/ram/mpc83xx_sdram.c
index a226bac2cc..87294430bf 100644
--- a/drivers/ram/mpc83xx_sdram.c
+++ b/drivers/ram/mpc83xx_sdram.c
@@ -1095,5 +1095,5 @@ U_BOOT_DRIVER(mpc83xx_sdram) = {
.ops = &mpc83xx_sdram_ops,
.ofdata_to_platdata = mpc83xx_sdram_ofdata_to_platdata,
.probe = mpc83xx_sdram_probe,
- .priv_auto_alloc_size = sizeof(struct mpc83xx_sdram_priv),
+ .priv_auto = sizeof(struct mpc83xx_sdram_priv),
};