diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-05 23:55:19 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-05 23:55:19 +0200 |
commit | d56019c0eed08632c2b1f828ca9e0b22d6151414 (patch) | |
tree | 8b0b6e6a0030b0946f8ccf543e025683c44cd36f /cpu/ppc4xx/cpu.c | |
parent | b4f15fdaf77b7339e2984703c83269c7cdf680a9 (diff) | |
parent | 17f50f22bc3f2d17258523f2ef3074e6ce1f7ffa (diff) | |
download | u-boot-imx-d56019c0eed08632c2b1f828ca9e0b22d6151414.zip u-boot-imx-d56019c0eed08632c2b1f828ca9e0b22d6151414.tar.gz u-boot-imx-d56019c0eed08632c2b1f828ca9e0b22d6151414.tar.bz2 |
Merge with /home/sr/git/u-boot
Diffstat (limited to 'cpu/ppc4xx/cpu.c')
-rw-r--r-- | cpu/ppc4xx/cpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index ae45a23..3a4b5d0 100644 --- a/cpu/ppc4xx/cpu.c +++ b/cpu/ppc4xx/cpu.c @@ -152,7 +152,7 @@ int checkcpu (void) #endif #if defined(CONFIG_440) - puts ("AMCC PowerPC 440 "); + puts ("AMCC PowerPC 440"); switch(pvr) { case PVR_440GP_RB: puts("GP Rev. B"); @@ -195,7 +195,7 @@ int checkcpu (void) #endif default: - printf ("UNKNOWN (PVR=%08x)", pvr); + printf (" UNKNOWN (PVR=%08x)", pvr); break; } #endif |