diff options
author | wdenk <wdenk> | 2003-04-27 22:52:51 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-04-27 22:52:51 +0000 |
commit | 4532cb696eb717419022dbaa8d408e7df7df7b68 (patch) | |
tree | 2b791870499676f1c93b1e8bcc94ace26787ad8e /cpu/mpc8260/speed.c | |
parent | 02c9bed451b36f3b1f11d5fe617da4fe4b9f9ab7 (diff) | |
download | u-boot-imx-4532cb696eb717419022dbaa8d408e7df7df7b68.zip u-boot-imx-4532cb696eb717419022dbaa8d408e7df7df7b68.tar.gz u-boot-imx-4532cb696eb717419022dbaa8d408e7df7df7b68.tar.bz2 |
* LWMON extensions:
- Splashscreen support
- modem support
- sysmon support
- temperature dependend enabling of LCD
* Allow booting from old "PPCBoot" disk partitions
* Add support for TQM8255 Board / MPC8255 CPU
Diffstat (limited to 'cpu/mpc8260/speed.c')
-rw-r--r-- | cpu/mpc8260/speed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8260/speed.c b/cpu/mpc8260/speed.c index 2bf2c4a..1f53c4f 100644 --- a/cpu/mpc8260/speed.c +++ b/cpu/mpc8260/speed.c @@ -171,7 +171,7 @@ int prt_8260_clks (void) cp = &corecnf_tab[corecnf]; - printf ("MPC8260 Clock Configuration\n - Bus-to-Core Mult "); + printf (CPU_ID_STR " Clock Configuration\n - Bus-to-Core Mult "); switch (cp->b2c_mult) { case _byp: |