[U-Boot-Users] [PATCH 1/2] mpc85xx: use IS_E_PROCESSOR macro

18 Jun
2008
18 Jun
'08
12:45 a.m.
Signed-off-by: Kim Phillips kim.phillips@freescale.com --- as requested by galak.
cpu/mpc85xx/cpu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c index 2b7e753..a2b11cc 100644 --- a/cpu/mpc85xx/cpu.c +++ b/cpu/mpc85xx/cpu.c @@ -97,7 +97,7 @@ int checkcpu (void) if (cpu) { puts(cpu->name);
- if (svr & 0x80000) + if (IS_E_PROCESSOR(svr)) puts("E"); } else { puts("Unknown");
--
1.5.6.rc2.26.g8c37

15 Jul
15 Jul
12:04 a.m.
On Tue, Jun 17, 2008 at 5:45 PM, Kim Phillips kim.phillips@freescale.com wrote:
Signed-off-by: Kim Phillips kim.phillips@freescale.com
Applied, thanks!
I also applied 2/2, since it appears the order needs to be reversed, and it just makes things easier.
Andy
6140
Age (days ago)
6167
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andy Fleming
-
Kim Phillips