summaryrefslogtreecommitdiff
path: root/drivers/ram/aspeed/sdram_ast2500.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ram/aspeed/sdram_ast2500.c')
-rw-r--r--drivers/ram/aspeed/sdram_ast2500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/aspeed/sdram_ast2500.c b/drivers/ram/aspeed/sdram_ast2500.c
index 9f4304cb66..e4d01d848e 100644
--- a/drivers/ram/aspeed/sdram_ast2500.c
+++ b/drivers/ram/aspeed/sdram_ast2500.c
@@ -435,5 +435,5 @@ U_BOOT_DRIVER(sdrammc_ast2500) = {
.ops = &ast2500_sdrammc_ops,
.ofdata_to_platdata = ast2500_sdrammc_ofdata_to_platdata,
.probe = ast2500_sdrammc_probe,
- .priv_auto_alloc_size = sizeof(struct dram_info),
+ .priv_auto = sizeof(struct dram_info),
};