efi_loader: abort on unsupported relocation type
[platform/kernel/u-boot.git] / board / xilinx / ppc405-generic / xilinx_ppc405_generic.c
index 6148a4b..be6b4dc 100644 (file)
@@ -23,7 +23,7 @@ int checkboard(void)
        return 0;
 }
 
-int initdram(void)
+int dram_init(void)
 {
        gd->ram_size = get_ram_size(XPAR_DDR2_SDRAM_MEM_BASEADDR,
                            CONFIG_SYS_SDRAM_SIZE_MB * 1024 * 1024);