projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[tools] firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption...
[openwrt.git]
/
package
/
broadcom-57xx
/
src
/
bcmrobo.c
diff --git
a/package/broadcom-57xx/src/bcmrobo.c
b/package/broadcom-57xx/src/bcmrobo.c
index
72824f6
..
7a5434b
100644
(file)
--- a/
package/broadcom-57xx/src/bcmrobo.c
+++ b/
package/broadcom-57xx/src/bcmrobo.c
@@
-788,13
+788,6
@@
bcm_robo_attach(sb_t *sbh, void *h, char *name, char *vars, miird_f miird, miiwr
sb_gpioouten(robo->sbh, reset, reset, GPIO_DRV_PRIORITY);
bcm_mdelay(50);
sb_gpioouten(robo->sbh, reset, reset, GPIO_DRV_PRIORITY);
bcm_mdelay(50);
- if (robo->devid == DEVID5395)
- nvram_set("switch_type", "BCM5395");
- else if(robo->devid == DEVID5397)
- nvram_set("switch_type", "BCM5397");
- else
- nvram_set("switch_type", "unknown");
-
/* Keep RESET high for at least 20 ms */
sb_gpioout(robo->sbh, reset, reset, GPIO_DRV_PRIORITY);
bcm_mdelay(20);
/* Keep RESET high for at least 20 ms */
sb_gpioout(robo->sbh, reset, reset, GPIO_DRV_PRIORITY);
bcm_mdelay(20);
This page took
0.021688 seconds
and
4
git commands to generate.