]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/ls1043aqds/ls1043aqds.c
board_f: Drop return value from initdram()
[people/ms/u-boot.git] / board / freescale / ls1043aqds / ls1043aqds.c
index 755aef384e72861477232a23364ff49ba58c80ca..538bba53da9997de5ed53c4dd9102232d1f1b8ea 100644 (file)
@@ -153,7 +153,7 @@ int dram_init(void)
         * before accessing DDR SPD.
         */
        select_i2c_ch_pca9547(I2C_MUX_CH_DEFAULT);
-       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();