[U-Boot] [PATCH 1/2] [v3] powerpc/85xx: introduce and document CONFIG_SYS_CCSRBAR macros
Kumar Gala
galak at kernel.crashing.org
Fri Aug 5 15:43:07 CEST 2011
On Aug 5, 2011, at 8:11 AM, Tabi Timur-B04825 wrote:
> Kumar Gala wrote:
>> Why didn't we do in include/mpc85xx.h:
>>
>> #ifndef CONFIG_SYS_CCSRBAR_PHYS_LOW
>> #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR
>> #endif
>>
>> Thus removing that line from every board file?
>
> That might make more sense, but that will break other boards where virtual
> != physical but CCSR is not relocated, which means another round of
> testing. MAKEALL takes a long time to run.
ok. Sounds fine to leave as it, just wondering.
- k
More information about the U-Boot
mailing list