On Fri, 17 Mar 2000, �麴�� wrote:

> But the new kernel hangs on at same position, the first line of misc.c.
> It's at 'output_data = (uch *)output_start;'.

[...]

> I modified linux/arch/arm/boot/compressed/Makefile
> --Makefile---------------------------------------------------------------------
> ifeq ($(CONFIG_FOOTBRIDGE),y)
> ZTEXTADDR        = 0x41008000
> ZRELADDR         = 0x8000
> endif
> ------------------------------------------------------------------------------

You forgot ZBSSADDR = 0x00200000.  Please read carefully the top of
bios/drivers/char/flash.c.

> and I modified linux/arch/arm/boot/compressed/vmlinux.lds

You don't have to modify this.  It will be correctly generated after a
'make clean'.



Nicolas


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to