[PATCH] arm/tegra: select AUTO_ZRELADDR by default

Colin Cross ccross at android.com
Thu Sep 22 14:06:26 EDT 2011


On Thu, Sep 22, 2011 at 10:58 AM, Peter De Schrijver
<pdeschrijver at nvidia.com> wrote:
> On Thu, Sep 22, 2011 at 06:26:36PM +0200, Stephen Warren wrote:
>> Peter De Schrijver wrote at Thursday, September 22, 2011 7:27 AM:
>> > This patch causes the kernel uncompressor to determine the physical address
>> > of the SDRAM at runtime. This allows the kernel to boot on both tegra2 and
>> > tegra3 even though SDRAM is at different physical addresses on both SoCs.
>>
>> Since this deals with Tegra, it should be mailed to/cc the Tegra
>> Maintainers and mailing list too (I've done that here). get_maintainer.pl
>> will no doubt list the main linux-kernel mailing list too.
>>
>> > Change-Id: I91857a590946bbc54168c04bea3a5bd576d87824
>>
>> And the internal Change-Id lines should be stripped for upstream
>> submissions.
>>
>
> Auw indeed. I did it for the previous round, but I really need to write a
> script to do this :)

I use this alias in my .gitconfig:

[alias]
        nochangeid = filter-branch --msg-filter \"sed -e '/^Change-Id:/Id'\"

Then:
git nochangeid <from>..<to>
rewrites all the patch commits without change ids.



More information about the linux-arm-kernel mailing list