]> git.zerfleddert.de Git - ms2-kexec/blobdiff - board-mapphone-emu_uart.c
update offsets to new european GB kernel, set software booting from USB
[ms2-kexec] / board-mapphone-emu_uart.c
index 75752ba4c4329bff7558048f9986cf2bfd321b95..9308f150419410c157b5eac4cc53b8f16901221a 100644 (file)
@@ -550,16 +550,16 @@ static int find_ms2_dev(struct device *dev, void *data)
 }
 
 /*
- * c01fcb98 T cpcap_regacc_read
- * c01fcc04 T cpcap_regacc_write
+ * c021544c T cpcap_regacc_read
+ * c02154b8 T cpcap_regacc_write
  */
 
 
 static int (*my_cpcap_regacc_read)(struct cpcap_device *, enum cpcap_reg, unsigned short *) =
-       (int (*)(struct cpcap_device *, enum cpcap_reg, unsigned short *))0xc01fcb98;
+       (int (*)(struct cpcap_device *, enum cpcap_reg, unsigned short *))0xc021544c;
 
 static int (*my_cpcap_regacc_write)(struct cpcap_device *, enum cpcap_reg, unsigned short, unsigned short) =
-       (int (*)(struct cpcap_device *, enum cpcap_reg, unsigned short, unsigned short))0xc01fcc04;
+       (int (*)(struct cpcap_device *, enum cpcap_reg, unsigned short, unsigned short))0xc02154b8;
 
 
 void activate_emu_uart(void)
Impressum, Datenschutz