]> Git Repo - u-boot.git/blobdiff - drivers/ram/rockchip/sdram_rk3288.c
dm: treewide: Rename auto_alloc_size members to be shorter
[u-boot.git] / drivers / ram / rockchip / sdram_rk3288.c
index 26e8d059b5d837967ded6f1757a538ac67a5f195..a909502207a1b6385195d24a62b1c7b9ed4c18c0 100644 (file)
@@ -1123,9 +1123,9 @@ U_BOOT_DRIVER(rockchip_rk3288_dmc) = {
        .ofdata_to_platdata = rk3288_dmc_ofdata_to_platdata,
 #endif
        .probe = rk3288_dmc_probe,
-       .priv_auto_alloc_size = sizeof(struct dram_info),
+       .priv_auto      = sizeof(struct dram_info),
 #if defined(CONFIG_TPL_BUILD) || \
        (!defined(CONFIG_TPL) && defined(CONFIG_SPL_BUILD))
-       .platdata_auto_alloc_size = sizeof(struct rk3288_sdram_params),
+       .platdata_auto  = sizeof(struct rk3288_sdram_params),
 #endif
 };
This page took 0.025084 seconds and 4 git commands to generate.