[U-Boot] [PATCH] powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers
Wolfgang Denk
wd at denx.de
Wed Jan 19 22:40:39 CET 2011
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>
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It's a small world, but I wouldn't want to paint it.
More information about the U-Boot
mailing list