summaryrefslogtreecommitdiff
path: root/board/keymile/common
diff options
context:
space:
mode:
authorKarlheinz Jerg <karlheinz.jerg@keymile.com>2013-01-21 03:55:16 +0000
committerKim Phillips <kim.phillips@freescale.com>2013-02-15 17:47:19 -0600
commit1eb95ebe0d466d793fcf1f689fc20f6cc83c7fe1 (patch)
treec0c3e5ed94dea753ff9ba0cefcb2a70387d92d8e /board/keymile/common
parentcf976ce478b8d7fd62184eac24caa1d31c7d8c55 (diff)
km82xx, km83xx: move ethernet_present() from common to cpu specific
For kmvect1 we need a special solution and for km_arm boards we already have. So move the common code to the architectur specific file. Signed-off-by: Karlheinz Jerg <karlheinz.jerg@keymile.com> Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Diffstat (limited to 'board/keymile/common')
-rw-r--r--board/keymile/common/common.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c
index 468c755d67..ef93ed3f66 100644
--- a/board/keymile/common/common.c
+++ b/board/keymile/common/common.c
@@ -183,17 +183,6 @@ void i2c_init_board(void)
}
#endif
-
-#if !defined(MACH_TYPE_KM_KIRKWOOD)
-int ethernet_present(void)
-{
- struct km_bec_fpga *base =
- (struct km_bec_fpga *)CONFIG_SYS_KMBEC_FPGA_BASE;
-
- return in_8(&base->bprth) & PIGGY_PRESENT;
-}
-#endif
-
int board_eth_init(bd_t *bis)
{
if (ethernet_present())