patch-2.4.7 linux/arch/cris/drivers/lpslave/e100lpslaveld

Next file: linux/arch/cris/drivers/lpslave/e100lpslavenet.c
Previous file: linux/arch/cris/drivers/lpslave/e100lpslave.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/arch/cris/drivers/lpslave/e100lpslaveld linux/arch/cris/drivers/lpslave/e100lpslaveld
@@ -0,0 +1,22 @@
+MEMORY 
+	{
+	cache : ORIGIN = 0x380000f0,
+	       	LENGTH = 784
+	}
+
+SECTIONS
+{
+	.text :
+	{
+		*(.text)
+	} > cache
+	.data :
+	{
+		*(.data)
+		*(COMMON)
+	} > cache
+	.bss :
+	{
+		*(.bss)
+	} > cache
+}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)