patch-2.4.19 linux-2.4.19/arch/arm/boot/Makefile
Next file: linux-2.4.19/arch/arm/boot/compressed/Makefile
Previous file: linux-2.4.19/arch/arm/Makefile
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Fri Aug 2 17:39:42 2002
- Orig file:
linux-2.4.18/arch/arm/boot/Makefile
- Orig date:
Thu Oct 11 09:04:57 2001
diff -urN linux-2.4.18/arch/arm/boot/Makefile linux-2.4.19/arch/arm/boot/Makefile
@@ -54,6 +54,14 @@
INITRD_VIRT = 0xc0800000
endif
+ifeq ($(CONFIG_ARCH_MX1ADS),y)
+ZTEXTADDR = 0x08008000
+endif
+
+ifeq ($(CONFIG_ARCH_CAMELOT),y)
+ZTEXTADDR = 0x00008000
+endif
+
ifeq ($(CONFIG_ARCH_NEXUSPCI),y)
ZTEXTADDR = 0x40008000
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)