patch-2.4.0-test9 linux/arch/arm/boot/Makefile
Next file: linux/arch/arm/boot/bootp/bootp.lds
Previous file: linux/arch/arm/Makefile
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Mon Sep 18 15:15:24 2000
- Orig file:
v2.4.0-test8/linux/arch/arm/boot/Makefile
- Orig date:
Sun Sep 3 11:19:11 2000
diff -u --recursive --new-file v2.4.0-test8/linux/arch/arm/boot/Makefile linux/arch/arm/boot/Makefile
@@ -42,6 +42,13 @@
INITRD_VIRT = 0xc0800000
endif
+ifeq ($(CONFIG_ARCH_INTEGRATOR),y)
+ZTEXTADDR = 0x00008000
+PARAMS = 0x00000100
+INITRD_PHYS = 0x00800000
+INITRD_VIRT = 0xc0800000
+endif
+
ifeq ($(CONFIG_ARCH_NEXUSPCI),y)
ZTEXTADDR = 0x40200000
ZRELADDR = 0x40008000
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)