* [PATCH]arm/boot/compressed/headxxx errors
@ 2004-04-27 12:54 Marco Cavallini
2004-04-28 8:11 ` Marco Cavallini
0 siblings, 1 reply; 2+ messages in thread
From: Marco Cavallini @ 2004-04-27 12:54 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 484 bytes --]
Hello,
building linux-2.6.6-rc2-bk5 with arm-linux-gcc ver. 2.95.3
default configuration cerfcube_defconfig
there are two little errors solved in the attached patch.
HTH
Regards
Marco Cavallini
==============================================
Koan s.a.s. - Software Engineering (x86 and ARM)
Linux solutions for Embedded and Real-Time Software
Via Pascoli, 3 - 24121 Bergamo - ITALIA
Tel./Fax (++39) +35 - 255.235 - www.koansoftware.com
==============================================
[-- Attachment #2: patch-2.6.6-rc2-bk5-mck1 --]
[-- Type: application/octet-stream, Size: 1192 bytes --]
diff -urNp linux-2.6.6-rc2-bk5/arch/arm/boot/compressed/head.S linux-2.6.6-rc2-bk5-mck1/arch/arm/boot/compressed/head.S
--- linux-2.6.6-rc2-bk5/arch/arm/boot/compressed/head.S 2004-04-20 23:30:01.000000000 +0200
+++ linux-2.6.6-rc2-bk5-mck1/arch/arm/boot/compressed/head.S 2004-04-27 14:35:15.000000000 +0200
@@ -169,7 +169,7 @@ not_angel:
ldmia r0, {r1, r2, r3, r4, r5, r6, ip, sp}
subs r0, r0, r1 @ calculate the delta offset
- @ if delta is zero, we're
+ @ if delta is zero, we are
beq not_relocated @ running at the address we
@ were linked at.
diff -urNp linux-2.6.6-rc2-bk5/arch/arm/boot/compressed/head-sa1100.S linux-2.6.6-rc2-bk5-mck1/arch/arm/boot/compressed/head-sa1100.S
--- linux-2.6.6-rc2-bk5/arch/arm/boot/compressed/head-sa1100.S 2004-04-20 23:28:26.000000000 +0200
+++ linux-2.6.6-rc2-bk5-mck1/arch/arm/boot/compressed/head-sa1100.S 2004-04-27 14:35:42.000000000 +0200
@@ -35,7 +35,7 @@ __SA1100_start:
mov r7, #MACH_TYPE_PFS168
#endif
#ifdef CONFIG_SA1100_SIMPAD
- @ UNTIL we've something like an open bootldr
+ @ UNTIL we have something like an open bootldr
mov r7, #MACH_TYPE_SIMPAD @should be 87
#endif
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-28 8:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-27 12:54 [PATCH]arm/boot/compressed/headxxx errors Marco Cavallini
2004-04-28 8:11 ` Marco Cavallini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome