Re: [U-Boot] [PATCH] qe: fixup the snum for MPC8569 Rev2.0

2010-01-13 Thread Kumar Gala
On Jan 12, 2010, at 4:05 AM, Liu Yu wrote: > Since 1.0 and 2.0 use different snum table, > we fixup the snum value according to SPRN_SVR. > > Signed-off-by: Liu Yu > --- > board/freescale/mpc8569mds/mpc8569mds.c | 13 + > 1 files changed, 13 insertions(+), 0 deletions(-) > > diff

[U-Boot] [PATCH] qe: fixup the snum for MPC8569 Rev2.0

2010-01-12 Thread Liu Yu
Since 1.0 and 2.0 use different snum table, we fixup the snum value according to SPRN_SVR. Signed-off-by: Liu Yu --- board/freescale/mpc8569mds/mpc8569mds.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/board/freescale/mpc8569mds/mpc8569mds.c b/board/free