]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/armada100/dram.c
arm: mvebu/armada100: dram.c: Remove CONFIG_SYS_BOARD_DRAM_INIT
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / armada100 / dram.c
index 8d7c71ff68c4652ff808cde5aaaa33b16d1290f5..f3b9a66cd5aad5dcddd9499aa7906baf8188fe59 100644 (file)
@@ -72,7 +72,6 @@ u32 armd1_sdram_size(int chip_sel)
        }
 }
 
-#ifndef CONFIG_SYS_BOARD_DRAM_INIT
 int dram_init(void)
 {
        int i;
@@ -113,4 +112,3 @@ void dram_init_banksize(void)
 {
        dram_init();
 }
-#endif /* CONFIG_SYS_BOARD_DRAM_INIT */