r1765

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Mon May 21 06:30:59 CEST 2007


Author: amadeus
Date: 2007-05-21 06:30:54 +0200 (Mon, 21 May 2007)
New Revision: 1765

Log:
Fix typo

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-20 21:13:17 UTC (rev 1764)
+++ trunk/linux-2.6.x/arch/arm/mach-nds/gbaram.c	2007-05-21 04:30:54 UTC (rev 1765)
@@ -328,7 +328,7 @@
 		return 0;
 	// test for end address (129MB PSRAM or only 64 MB?)
 	len = 0x00800000;
-	if (gba_testram(len, 256))
+	if (gba_testram(0x08400000+len, 256))
 		len = 0x01000000;
 	// fill in result values
 	gba_set_ram = ez_set_ram;




More information about the dslinux-commit mailing list