patch-2.3.99-pre8 linux/arch/arm/boot/compressed/Makefile
Next file: linux/arch/arm/boot/compressed/head-sa1100.S
Previous file: linux/arch/arm/Makefile
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Fri May 12 11:21:20 2000
- Orig file:
v2.3.99-pre7/linux/arch/arm/boot/compressed/Makefile
- Orig date:
Tue Mar 14 19:10:38 2000
diff -u --recursive --new-file v2.3.99-pre7/linux/arch/arm/boot/compressed/Makefile linux/arch/arm/boot/compressed/Makefile
@@ -55,6 +55,12 @@
ZTEXTADDR = 0x00002000
ZBSSADDR = 0xc0100000
endif
+ifeq ($(CONFIG_SA1100_THINCLIENT),y)
+ ZTEXTADDR = 0xC0200000
+endif
+ifeq ($(CONFIG_SA1100_GRAPHICSCLIENT),y)
+ ZTEXTADDR = 0xC0200000
+endif
endif
#
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)