X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ftcm-bf537%2Ftcm-bf537.c;h=60742dfea5b52a995a02f857c595a386b9e7c59a;hb=530135dcacac278798346ad5825c03131ce51772;hp=573387d4f669bfaf3183e486f6b83c74c4b6a2d7;hpb=c9005a72fee4231e30fe93c1741cea2342c54504;p=u-boot diff --git a/board/tcm-bf537/tcm-bf537.c b/board/tcm-bf537/tcm-bf537.c index 573387d4f6..60742dfea5 100644 --- a/board/tcm-bf537/tcm-bf537.c +++ b/board/tcm-bf537/tcm-bf537.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) {