
On Jan 19, 2011, at 3:40 PM, Wolfgang Denk wrote:
Dear Kumar Gala,
In message 1295429250-25788-1-git-send-email-galak@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@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@denx.de
applied to 85xx
- k