]> git.sur5r.net Git - u-boot/commit
mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
authorKumar Gala <galak@kernel.crashing.org>
Tue, 30 Jan 2007 20:08:30 +0000 (14:08 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 2 Mar 2007 17:05:53 +0000 (11:05 -0600)
commit3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
treed2876ce10f6959748ec7ebf5877520e84d1e265e
parentae246dc6c1937c291014eadd90b6d48c438c7cb0
mpc83xx: 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
cpu/mpc83xx/speed.c
include/asm-ppc/global_data.h
include/asm-ppc/immap_83xx.h
include/mpc83xx.h