Increase the I/O memory area to 0xc20000.

This commit is contained in:
Rui Paulo 2012-10-22 03:44:12 +00:00
parent 3d74f47b90
commit 5bd593f2e3

View File

@ -32,6 +32,6 @@
#define WIIIPC_REG_ADDR 0x0d000000
#define WIIIPC_REG_LEN 0x40
#define WIIIPC_IOH_ADDR 0x133e0000
#define WIIIPC_IOH_LEN 0x20000
#define WIIIPC_IOH_LEN 0xc20000
#endif /* _POWERPC_WII_WII_IPCREG_H */