2 * U-boot - main board file
4 * Copyright (c) 2008-2009 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
13 #include <asm/blackfin.h>
14 #include <asm/mach-common/bits/otp.h>
19 printf("Board: Bluetechnix TCM-BF518 board\n");
20 printf(" Support: http://www.bluetechnix.com/\n");
21 printf(" http://blackfin.uclinux.org/\n");
25 #if defined(CONFIG_BFIN_MAC)
26 int board_eth_init(bd_t *bis)
28 return bfin_EMAC_initialize(bis);
32 #ifdef CONFIG_BFIN_SDH
33 int board_mmc_init(bd_t *bis)
35 return bfin_mmc_init(bis);