X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=board%2Fcm-bf561%2Fcm-bf561.c;fp=board%2Fcm-bf561%2Fcm-bf561.c;h=80cfff7242cb3eba56482e367beb409d0aeec34d;hb=fa45bd498a1970574f4b7539b67cc2286f1324fa;hp=f21a015e42c8e7db2e2d19f296e3d5da2855613e;hpb=b1e2c5519a06f9a5841a7a434bf4da4d393f8df5;p=u-boot diff --git a/board/cm-bf561/cm-bf561.c b/board/cm-bf561/cm-bf561.c index f21a015e42..80cfff7242 100644 --- a/board/cm-bf561/cm-bf561.c +++ b/board/cm-bf561/cm-bf561.c @@ -18,13 +18,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_SMC91111 int board_eth_init(bd_t *bis) {