armv8: layerscape: Update early MMU for DDR after initialization
[platform/kernel/u-boot.git] / board / freescale / ls2080a / ls2080a.c
index 21ea70b..9e7701d 100644 (file)
@@ -49,13 +49,6 @@ void detail_board_ddr_info(void)
 #endif
 }
 
-int dram_init(void)
-{
-       gd->ram_size = initdram(0);
-
-       return 0;
-}
-
 #if defined(CONFIG_ARCH_MISC_INIT)
 int arch_misc_init(void)
 {