[linux-cirrus] Re: Nucleus kernel patch question

  • From: Eric BENARD / Free <ebenard@xxxxxxx>
  • To: linux-cirrus@xxxxxxxxxxxxx
  • Date: Mon, 09 May 2005 07:52:27 +0200

yann poupet wrote:
> textaddr-$(CONFIG_ARCH_EP93XX)     := 0xc0218000
> 
> If I remove this line, the kernel boots fine.
> 
> Does someone know what this line is supposed to do ?
> 
TEXTADDR
        Virtual start address of kernel, normally PAGE_OFFSET + 0x8000.
        This is where the kernel image ends up.  With the latest kernels,
        it must be located at 32768 bytes into a 128MB region.  Previous
        kernels placed a restriction of 256MB here.

http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2001-July/004064.html

Eric

Other related posts: