dslinux/linux-2.6.x/arch/arm/mach-nds head.S

amadeus dslinux_amadeus at user.in-berlin.de
Wed Aug 30 14:05:28 CEST 2006


Update of /cvsroot/dslinux/dslinux/linux-2.6.x/arch/arm/mach-nds
In directory antilope:/tmp/cvs-serv4723/linux-2.6.x/arch/arm/mach-nds

Modified Files:
	head.S 
Log Message:
Optimizing switched SD driver

Index: head.S
===================================================================
RCS file: /cvsroot/dslinux/dslinux/linux-2.6.x/arch/arm/mach-nds/head.S,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- head.S	28 Aug 2006 18:44:29 -0000	1.19
+++ head.S	30 Aug 2006 12:05:26 -0000	1.20
@@ -369,9 +369,11 @@
 unlock_ram:
 #ifdef CONFIG_NDS_ROM8BIT
 #ifdef CONFIG_MMC_SCSD
-	sc_setmode  SC_MODE_RAM
+	sc_set_ram	@ swith to RAM mode, restore @SC_LOCK from R2
 #endif
 #ifdef CONFIG_IDE_NDS_SUPERCARD
+	@ supercard CF driver is not 32 MByte clean, so use only lower
+	@ 16 MBytes
 	sc_setmode  SC_MODE_IORAM
 #endif
 #ifdef CONFIG_MMC_M3SD




More information about the dslinux-commit mailing list