]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/ls1046aqds/ls1046aqds.c
board_f: Drop return value from initdram()
[people/ms/u-boot.git] / board / freescale / ls1046aqds / ls1046aqds.c
index f30dd233519cb88412aea37d38e3e8370f4999c2..6238852af55a8a7bf17c7ee54adbc8e328a5dc53 100644 (file)
@@ -149,7 +149,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();