2.2.24 boot hang fix for old-world PowerMac 4400
Olaf Hering
olh at suse.de
Thu Mar 13 05:13:58 EST 2003
On Wed, Mar 12, mikpe at csd.uu.se wrote:
> and vmlinux.coff aborts with a CLAIM error at boot) which is
known bug.
--- linux-2.4.20-pre11/arch/ppc/boot/ld.script Sun Oct 27 19:21:01 2002
+++ linux-2.4.20-pre11..7200/arch/ppc/boot/ld.script Sun Oct 27 18:13:02 2002
@@ -39,7 +39,7 @@ SECTIONS
PROVIDE (etext = .);
/* Read-write section, merged into data segment: */
- . = ALIGN(8);
+ . = ALIGN(0x1000);
.data :
{
*(.data)
should work ok with 2.4.12 and older at least.
--
A: No.
Q: Should I include quotations after my reply?
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-dev
mailing list