[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.1.10.0909221149040.15595@dr-wily.mit.edu>
Date: Tue, 22 Sep 2009 11:51:32 -0400 (EDT)
From: Tim Abbott <tabbott@...lice.com>
To: Mike Frysinger <vapier.adi@...il.com>
cc: Sam Ravnborg <sam@...nborg.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Bryan Wu <cooloney@...nel.org>,
uclinux-dist-devel@...ckfin.uclinux.org
Subject: Re: [PATCH] blackfin: Cleanup linker script using new linker script
macros.
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
Powered by blists - more mailing lists