diff options
author | Stefan Roese <sr@denx.de> | 2007-10-05 21:28:58 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:50 +0100 |
commit | db3232ddb058d0ed0bc31f7c5c296748a1afac67 (patch) | |
tree | ff0e534cdb4a00a0160dd8840596bdfe20209e86 /board/esd | |
parent | 1941cce71b1ae975602854045061e82f94ecd012 (diff) | |
download | u-boot-imx-db3232ddb058d0ed0bc31f7c5c296748a1afac67.zip u-boot-imx-db3232ddb058d0ed0bc31f7c5c296748a1afac67.tar.gz u-boot-imx-db3232ddb058d0ed0bc31f7c5c296748a1afac67.tar.bz2 |
ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd')
-rw-r--r-- | board/esd/cpci440/cpci440.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/cpci440/cpci440.c b/board/esd/cpci440/cpci440.c index 43d8a3b..caa6d55 100644 --- a/board/esd/cpci440/cpci440.c +++ b/board/esd/cpci440/cpci440.c @@ -79,7 +79,7 @@ int checkboard (void) printf("\tCPU: %lu MHz\n", sysinfo.freqProcessor/1000000); printf("\tPLB: %lu MHz\n", sysinfo.freqPLB/1000000); printf("\tOPB: %lu MHz\n", sysinfo.freqOPB/1000000); - printf("\tEPB: %lu MHz\n", sysinfo.freqEPB/1000000); + printf("\tEBC: %lu MHz\n", sysinfo.freqEBC/1000000); /* * Disable sleep mode in LXT971 |