X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fcm-bf561%2Fcm-bf561.c;h=5741f6410793744a6ce3f120d7299b2f950d4500;hb=fd4e49c18901a50b1648235f26da1e8caa0f8764;hp=f21a015e42c8e7db2e2d19f296e3d5da2855613e;hpb=7194ab809532eeca3e2ee5dc12017cb901cc5842;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/cm-bf561/cm-bf561.c b/board/cm-bf561/cm-bf561.c index f21a015..5741f64 100644 --- a/board/cm-bf561/cm-bf561.c +++ b/board/cm-bf561/cm-bf561.c @@ -18,16 +18,9 @@ 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 +#ifdef CONFIG_SMC911X int board_eth_init(bd_t *bis) { - return smc91111_initialize(0, CONFIG_SMC91111_BASE); + return smc911x_initialize(0, CONFIG_SMC911X_BASE); } #endif