
20 May
2008
20 May
'08
12:26 a.m.
On Mon, 19 May 2008 19:05:04 +0300 David Saada David.Saada@ecitele.com wrote:
Add support for UPM configuration on the 85xx platform. In addition, on the MPC83xx, remove MPC834x precompiler condition, in order to support all MPC83xx processors.
Signed-off-by: David Saada david.saada@ecitele.com
cpu/mpc83xx/cpu.c | 5 ---- cpu/mpc85xx/cpu.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/mpc85xx.h | 7 ++++- 3 files changed, 72 insertions(+), 6 deletions(-)
Can we merge the register definition files and have a single upm_config for mpc8[356]xx instead of duplicating it as being done here?
Kim