[U-Boot] [PATCH 2/2] powerpc/85xx: standardize display of address map size (32-bit vs. 36-bit)
Timur Tabi
timur at freescale.com
Thu Sep 1 16:13:06 CEST 2011
On Sep 1, 2011, at 9:07 AM, Kumar Gala <kumar.gala at freescale.com> wrote:
>
> On Aug 31, 2011, at 5:15 PM, Timur Tabi wrote:
>
>>
>> + /*
>> + * If we support 36-bit addressing, then display whether this is a
>> + * 32-bit build or a 36-bit build.
>> + */
>> +#ifdef CONFIG_ENABLE_36BIT_PHYS
>> +#ifdef CONFIG_PHYS_64BIT
>
> #if defined(A) && defined(B)
That's not what I want to do. Look at the code more closely.
>
> Wolfgang's being making comments about reducing the boot info we've been outputting so would like his 2 cents on this.
I understand that, but the patch description explains why this is important.
>
More information about the U-Boot
mailing list