diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-23 11:05:55 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-23 11:05:55 +0200 |
commit | 0c8721a466b5e0eca7e7fbe1007777fa82100541 (patch) | |
tree | 1f53decded27502be8593137739291a3de406d94 /board/dave/PPChameleonEVB/PPChameleonEVB.c | |
parent | a6e6cf00367c0779eadb49915e40c55f0a787957 (diff) | |
download | u-boot-imx-0c8721a466b5e0eca7e7fbe1007777fa82100541.zip u-boot-imx-0c8721a466b5e0eca7e7fbe1007777fa82100541.tar.gz u-boot-imx-0c8721a466b5e0eca7e7fbe1007777fa82100541.tar.bz2 |
Cleanup (PPC4xx is AMCC now)
Diffstat (limited to 'board/dave/PPChameleonEVB/PPChameleonEVB.c')
-rw-r--r-- | board/dave/PPChameleonEVB/PPChameleonEVB.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/dave/PPChameleonEVB/PPChameleonEVB.c b/board/dave/PPChameleonEVB/PPChameleonEVB.c index 1f6512d..b425d63 100644 --- a/board/dave/PPChameleonEVB/PPChameleonEVB.c +++ b/board/dave/PPChameleonEVB/PPChameleonEVB.c @@ -279,10 +279,10 @@ void video_get_info_str (int line_number, char *info) case 1: switch (pvr) { case PVR_405EP_RB: - sprintf (info, " IBM PowerPC 405EP Rev. B"); + sprintf (info, " AMCC PowerPC 405EP Rev. B"); break; default: - sprintf (info, " IBM PowerPC 405EP Rev. <unknown>"); + sprintf (info, " AMCC PowerPC 405EP Rev. <unknown>"); break; } return; |