diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2009-09-20 20:36:02 -0400 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-03 09:04:36 -0500 |
commit | 8b23b608fdec496f19873c1c95bb65a26da38107 (patch) | |
tree | faedf9daa2524ecad1722ca7e0369d7fddb22d98 | |
parent | 124b0214a17ea0b0d3f2c660b0dcc54367aecef3 (diff) | |
download | u-boot-imx-8b23b608fdec496f19873c1c95bb65a26da38107.zip u-boot-imx-8b23b608fdec496f19873c1c95bb65a26da38107.tar.gz u-boot-imx-8b23b608fdec496f19873c1c95bb65a26da38107.tar.bz2 |
sbc8548: remove eTSEC3/4 voltage hack
With only eTSEC1 and 2 being brought out to RJ-45 connectors, we
aren't interested in the eTSEC3/4 voltage hack on this board
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r-- | board/sbc8548/sbc8548.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/sbc8548/sbc8548.c b/board/sbc8548/sbc8548.c index 0316581..96a5f42 100644 --- a/board/sbc8548/sbc8548.c +++ b/board/sbc8548/sbc8548.c @@ -52,7 +52,6 @@ int board_early_init_f (void) int checkboard (void) { - volatile ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR); volatile ccsr_local_ecm_t *ecm = (void *)(CONFIG_SYS_MPC85xx_ECM_ADDR); volatile u_char *rev= (void *)CONFIG_SYS_BD_REV; @@ -64,11 +63,6 @@ int checkboard (void) */ local_bus_init (); - /* - * Hack TSEC 3 and 4 IO voltages. - */ - gur->tsec34ioovcr = 0xe7e0; /* 1110 0111 1110 0xxx */ - ecm->eedr = 0xffffffff; /* clear ecm errors */ ecm->eeer = 0xffffffff; /* enable ecm errors */ return 0; |