patch-2.4.22 linux-2.4.22/arch/arm/boot/compressed/head-at91rm9200.S
Next file: linux-2.4.22/arch/arm/boot/compressed/head-clps7500.S
Previous file: linux-2.4.22/arch/arm/boot/compressed/Makefile
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/arm/boot/compressed/head-at91rm9200.S
- Orig date:
1969-12-31 16:00:00.000000000 -0800
diff -urN linux-2.4.21/arch/arm/boot/compressed/head-at91rm9200.S linux-2.4.22/arch/arm/boot/compressed/head-at91rm9200.S
@@ -0,0 +1,15 @@
+/*
+ * linux/arch/arm/boot/compressed/head-at91rm9200.S
+ *
+ * Copyright (C) 2003 SAN People
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ */
+#include <asm/mach-types.h>
+
+ .section ".start", "ax"
+ mov r7, #MACH_TYPE_AT91RM9200
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)