X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=board%2Fcm-bf533%2Fcm-bf533.c;h=a863195057d121aeeeb6d874bb4dff11ad4ed4e3;hb=45b092d3010caa8d9a1f8c4f89afcbb6c5e5bee6;hp=ab0bf3bf6598e5f9e00e85425d01c93f0499470c;hpb=7194ab809532eeca3e2ee5dc12017cb901cc5842;p=oweals%2Fu-boot.git diff --git a/board/cm-bf533/cm-bf533.c b/board/cm-bf533/cm-bf533.c index ab0bf3bf65..a863195057 100644 --- a/board/cm-bf533/cm-bf533.c +++ b/board/cm-bf533/cm-bf533.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) {