]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv8/fsl-layerscape/cpu.c
board_f: Drop return value from initdram()
[u-boot] / arch / arm / cpu / armv8 / fsl-layerscape / cpu.c
index d260e5d62fb47d8c5d403c9091905bd2d19e5a21..1e6d90c68f3806ded89aa6532e9150077e443fcf 100644 (file)
@@ -874,7 +874,7 @@ void update_early_mmu_table(void)
 
 __weak int dram_init(void)
 {
-       gd->ram_size = initdram();
+       initdram();
 #if !defined(CONFIG_SPL) || defined(CONFIG_SPL_BUILD)
        /* This will break-before-make MMU for DDR */
        update_early_mmu_table();