X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fbf526-ezbrd%2Fbf526-ezbrd.c;h=52d82cd87e4b6832bcbbf398228257a84975d107;hb=3f390e15a719900b5e51f13b262ddb2e67349bc2;hp=1666bf661448861b33086a8706e0e9455d89e3cb;hpb=0c31ddf7b70f77dede42dc82ecab7753a819acaa;p=u-boot diff --git a/board/bf526-ezbrd/bf526-ezbrd.c b/board/bf526-ezbrd/bf526-ezbrd.c index 1666bf6614..52d82cd87e 100644 --- a/board/bf526-ezbrd/bf526-ezbrd.c +++ b/board/bf526-ezbrd/bf526-ezbrd.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) {