diff options
author | wdenk <wdenk> | 2003-10-08 22:45:44 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-10-08 22:45:44 +0000 |
commit | 54387ac931fa7cc92cd45c53798379af1f9adc44 (patch) | |
tree | 95fe2f39a2a798e880b5bebc96a71576d9c9cd43 /cpu | |
parent | fc3e2165efda62670d447617a7d44c5666178ea4 (diff) |
* Patch by Yuli Barcohen, 25 Sep 2003:
add support for Zephyr Engineering ZPC.1900 board
* Patch by Anders Larsen, 23 Sep 2003:
add CMD_PORTIO to CFG_CMD_NONSTD (commands in question are only
implemented for the x86 architecture)
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/mpc8260/cpu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/mpc8260/cpu.c b/cpu/mpc8260/cpu.c index 2736702595b..f4f5279d459 100644 --- a/cpu/mpc8260/cpu.c +++ b/cpu/mpc8260/cpu.c @@ -119,6 +119,9 @@ int checkcpu (void) case 0x0062: printf ("B.1 4K25A"); break; + case 0x0064: + printf ("C.0 5K25A"); + break; case 0x0A00: printf ("0.0 0K49M"); break; |