
In message Pine.LNX.4.64.0701301530370.10280@localhost.localdomain you wrote:
Please pull from 'mpc83xx' branch of git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git
to receive the following updates:
From bec770f7708fde81e96eec3230851c04f8b822db Mon Sep 17 00:00:00 2001
From: Kumar Gala galak@kernel.crashing.org Date: Tue, 30 Jan 2007 14:08:30 -0600 Subject: [PATCH] Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all MPC834X class processors. Change the protections from CONFIG_MPC8349 to CONFIG_MPC834X so they are more generic.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
cpu/mpc83xx/cpu.c | 2 +- cpu/mpc83xx/speed.c | 8 ++++---- include/asm-ppc/global_data.h | 4 ++-- include/asm-ppc/immap_83xx.h | 2 +- include/mpc83xx.h | 14 +++++++------- 5 files changed, 15 insertions(+), 15 deletions(-)
What about all the other files that reference CONFIG_MPC8349, i. e.
doc/README.mpc83xxads include/configs/MPC8349EMDS.h include/configs/TQM834x.h include/configs/MPC8349ITX.h
?
Best regards,
Wolfgang Denk