From 04a85b3b36fdbaaac5fa95d61f59f481bbcf7520 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 15 Apr 2004 18:22:41 +0000 Subject: * Patches by Pantelis Antoniou, 30 Mar 2004: - add auto-complete support to the U-Boot CLI - add support for NETTA and NETPHONE boards; fix NETVIA board * Patch by Yuli Barcohen, 28 Mar 2004: - Add support for MPC8272 family including MPC8247/8248/8271/8272 - Add support for MPC8272ADS evaluation board (another flavour of MPC8260ADS) - Change configuration method for MPC8260ADS family --- cpu/mpc8260/cpu.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cpu/mpc8260/cpu.c') diff --git a/cpu/mpc8260/cpu.c b/cpu/mpc8260/cpu.c index 2a1c0e13f..8adf950f9 100644 --- a/cpu/mpc8260/cpu.c +++ b/cpu/mpc8260/cpu.c @@ -36,7 +36,7 @@ * added 8260 masks by * Marius Groeger * - * added HiP7 (8270/8275/8280) processors support by + * added HiP7 (824x/827x/8280) processors support by * Yuli Barcohen */ @@ -129,6 +129,10 @@ int checkcpu (void) case 0x0A01: puts ("0.1 1K49M"); break; + case 0x0C00: + case 0x0D00: + printf ("0.0 0K50M"); + break; default: printf ("unknown [immr=0x%04x,k=0x%04x]", m, k); break; -- cgit v1.2.3