]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/bf561-acvilon/bf561-acvilon.c
Blackfin: kill off useless initdram() usage
[karo-tx-uboot.git] / board / bf561-acvilon / bf561-acvilon.c
index 58a276837e5d15c06d1f814d46e3c382257fe527..483758ef9912b95bd9f6ec6b2d1a50f4d4a6f3f0 100644 (file)
@@ -43,13 +43,6 @@ int checkboard(void)
        return 0;
 }
 
-phys_size_t initdram(int board_type)
-{
-       gd->bd->bi_memstart = CONFIG_SYS_SDRAM_BASE;
-       gd->bd->bi_memsize = CONFIG_SYS_MAX_RAM_SIZE;
-       return gd->bd->bi_memsize;
-}
-
 #ifdef CONFIG_SMC911X
 int board_eth_init(bd_t *bis)
 {