[U-Boot] [PATCH] powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers
Kumar Gala
galak at kernel.crashing.org
Wed Jan 19 22:51:01 CET 2011
On Jan 19, 2011, at 3:40 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <1295429250-25788-1-git-send-email-galak at kernel.crashing.org> you wrote:
>> Add new headers that capture common defines for a given SoC/processor
>> rather than duplicating that information in board config.h and random
>> other places.
>>
>> Eventually this should be handled by Kconfig & defconfigs
>>
>> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
>> ---
>> * I know its late for such a patch, but I think it best to introduce right after
>> the merge window closes so that patches for the next release deal with it and
>> I didn't require everyone else to deal with for this merge window
>>
>> Also I think its a beneficial cleanup to address several long standing
>> code duplication problems.
>>
>> arch/powerpc/include/asm/config.h | 41 ++-----
>> arch/powerpc/include/asm/config_mpc85xx.h | 187 +++++++++++++++++++++++++++++
>> arch/powerpc/include/asm/config_mpc86xx.h | 38 ++++++
>> drivers/misc/fsl_law.c | 22 +----
>> include/configs/P4080DS.h | 16 ---
>> 5 files changed, 236 insertions(+), 68 deletions(-)
>> create mode 100644 arch/powerpc/include/asm/config_mpc85xx.h
>> create mode 100644 arch/powerpc/include/asm/config_mpc86xx.h
>
> Acked-by: Wolfgang Denk <wd at denx.de>
applied to 85xx
- k
More information about the U-Boot
mailing list