patch-2.4.6 linux/arch/arm/boot/Makefile
Next file: linux/arch/arm/boot/compressed/Makefile
Previous file: linux/arch/arm/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jun 27 14:12:04 2001
- Orig file:
v2.4.5/linux/arch/arm/boot/Makefile
- Orig date:
Thu Apr 12 12:03:50 2001
diff -u --recursive --new-file v2.4.5/linux/arch/arm/boot/Makefile linux/arch/arm/boot/Makefile
@@ -90,9 +90,17 @@
ifeq ($(CONFIG_SA1100_GRAPHICSCLIENT),y)
ZTEXTADDR = 0xC0200000
endif
+ifeq ($(CONFIG_SA1100_YOPY),y)
+ ZTEXTADDR = 0x00080000
+ ZBSSADDR = 0xc0200000
+endif
ifeq ($(CONFIG_SA1111),y)
ZRELADDR = 0xc0208000
endif
+endif
+
+ifeq ($(CONFIG_ARCH_ANAKIN),y)
+ZTEXTADDR = 0x20008000
endif
#
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)