patch-2.3.99-pre4 linux/arch/arm/boot/compressed/head-sa1100.S

Next file: linux/arch/arm/config.in
Previous file: linux/arch/arm/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre3/linux/arch/arm/boot/compressed/head-sa1100.S linux/arch/arm/boot/compressed/head-sa1100.S
@@ -17,8 +17,9 @@
 #error What am I doing here...
 #endif
 
-#ifdef CONFIG_SA1100_BRUTUS
-@ need to enter SVC mode
+#if	defined( CONFIG_SA1100_BRUTUS ) || \
+	defined( CONFIG_SA1100_THINCLIENT )
+@ Booting from Angel -- need to enter SVC mode
 #define angel_SWIreason_EnterSVC 0x17   /* from arm.h, in angel source */
 #define angel_SWI_ARM (0xEF123456 & 0xffffff)
 		mov	r0, #angel_SWIreason_EnterSVC

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)