r1757

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Fri May 11 18:11:23 CEST 2007


Author: amadeus
Date: 2007-05-11 18:11:18 +0200 (Fri, 11 May 2007)
New Revision: 1757

Log:
move EZ RAM to 08400000

Modified: trunk/linux-2.6.x/arch/arm/mach-nds/gbaram.c
===================================================================
--- trunk/linux-2.6.x/arch/arm/mach-nds/gbaram.c	2007-05-10 21:28:57 UTC (rev 1756)
+++ trunk/linux-2.6.x/arch/arm/mach-nds/gbaram.c	2007-05-11 16:11:18 UTC (rev 1757)
@@ -179,8 +179,8 @@
 {
 	ez_CloseNorWrite();
 	ez_SetNandControl(0);
-	/* Map EZ PSRAM at 0x08000000 */
-	ez_SetRompage(384);
+	/* Map EZ PSRAM at 0x08400000 */
+	ez_SetRompage(352);
 	/* Switch ON */
 	ez_OpenNorWrite();
 }
@@ -296,7 +296,7 @@
 	/* test Opera Memory Extension */
 	if (gba_testcard(op_set_ram, op_set_io, 0x09000000, 0x00800000)) goto activated;
 	/* test EZ Memory Extension */
-	if (gba_testcard(ez_set_ram, ez_set_io, 0x08000000, 0x01000000)) goto activated;
+	if (gba_testcard(ez_set_ram, ez_set_io, 0x08400000, 0x01000000)) goto activated;
 	/* test G6 */
 	if (gba_testcard(g6_set_ram, g6_set_io, 0x08000000, 0x02000000)) goto activated;
 




More information about the dslinux-commit mailing list