diff options
author | John Crispin <john@openwrt.org> | 2011-02-01 21:38:07 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-01 21:38:07 +0000 |
commit | 39dc61352323c974c8fba6b2af70b7dcbd6176f7 (patch) | |
tree | 7e26211667b2d3e45e22ed36a727866247f7506c /package/uboot-ifxmips/patches/130-a800.patch | |
parent | 9b9162fa1aa177c6636ec0140555641e1e95689d (diff) | |
download | upstream-39dc61352323c974c8fba6b2af70b7dcbd6176f7.tar.gz upstream-39dc61352323c974c8fba6b2af70b7dcbd6176f7.tar.bz2 upstream-39dc61352323c974c8fba6b2af70b7dcbd6176f7.zip |
drop uboot-ifxmips, use uboot-lantiq instead
SVN-Revision: 25294
Diffstat (limited to 'package/uboot-ifxmips/patches/130-a800.patch')
-rw-r--r-- | package/uboot-ifxmips/patches/130-a800.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/package/uboot-ifxmips/patches/130-a800.patch b/package/uboot-ifxmips/patches/130-a800.patch deleted file mode 100644 index f358201d18..0000000000 --- a/package/uboot-ifxmips/patches/130-a800.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/drivers/ifx_sw.c -+++ b/drivers/ifx_sw.c -@@ -118,7 +118,7 @@ int danube_switch_initialize(bd_t * bis) - { - struct eth_device *dev; - unsigned short chipid; -- -+ int i; - #if 0 - printf("Entered danube_switch_initialize()\n"); - #endif -@@ -130,6 +130,19 @@ int danube_switch_initialize(bd_t * bis) - } - memset(dev, 0, sizeof(*dev)); - -+#ifdef A800_SWITCH -+ printf ("bring up a800 switch and leds\n"); -+ *EBU_CON_1 = 0x1e7ff; -+ *EBU_ADDR_SEL_1 = 0x14000001; -+ -+ *((volatile u16*)0xb4000000) = 0x0; -+ for(i = 0; i < 1000; i++) -+ udelay(1000); -+ *((volatile u16*)0xb4000000) = (1 << 10); -+ *EBU_CON_1 = 0x8001e7ff; -+#define CLK_OUT2_25MHZ -+#endif -+ - danube_dma_init(); - danube_init_switch_chip(REV_MII_MODE); - |