2
0
forked from Ivasoft/openwrt

fixes ifxmips pci support and adds GENERIC_GPIO

SVN-Revision: 11396
This commit is contained in:
John Crispin
2008-06-07 16:04:31 +00:00
parent 06447d5cfa
commit 93441174d6
21 changed files with 404 additions and 305 deletions

View File

@@ -135,7 +135,7 @@ ifxmips_mtd_probe (void)
struct mtd_partition *parts = NULL;
unsigned long uimage_size;
writel(0x1d7ff, IFXMIPS_EBU_BUSCON0);
ifxmips_w32(0x1d7ff, IFXMIPS_EBU_BUSCON0);
ifxmips_map.read = ifxmips_read16;
ifxmips_map.write = ifxmips_write16;