Re: [PATCH] blackfin: Cleanup linker script using new linker script macros.

From: Tim Abbott
Date: Tue Sep 22 2009 - 11:53:35 EST


On Tue, 22 Sep 2009, Mike Frysinger wrote:

> On Tue, Sep 22, 2009 at 11:39, Tim Abbott wrote:
> > So are you going to send this to Linus? ÂI'd be happy to do so, but I'd
> > need your ack.
>
> if you apply the .text_l1 update (.init.ramfs -> .exit.data), then you
> can add my s-o-b. otherwise the original patch as posted is broken.

Right, I modified the patch in my git tree when you first mentioned it
like so:

- .text_l1 L1_CODE_START : AT(LOADADDR(.init.ramfs) + SIZEOF(.init.ramfs))
+ .text_l1 L1_CODE_START : AT(LOADADDR(.exit.data) + SIZEOF(.exit.data))

-Tim Abbott