X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcm-bf527%2Fcm-bf527.c;h=b6815b1ccda687fa6d224bb84724284e4c3e7cf2;hb=3ea0037f2337de692b5fd2b6a4449db1de3067a2;hp=db1cf9028cb9f40a55c524a428c7c6dfdebec1f0;hpb=bec9cab9291bb221714d559a44fe37669a8ca604;p=u-boot diff --git a/board/cm-bf527/cm-bf527.c b/board/cm-bf527/cm-bf527.c index db1cf9028c..b6815b1ccd 100644 --- a/board/cm-bf527/cm-bf527.c +++ b/board/cm-bf527/cm-bf527.c @@ -24,13 +24,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_BFIN_MAC static void board_init_enetaddr(uchar *mac_addr) {