use standard name

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1191 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-10-05 05:12:56 +00:00
parent 95ae7c1e5c
commit ccf4d34bb7
1 changed files with 2 additions and 2 deletions

View File

@ -44,12 +44,12 @@ void get_sys_info (struct ppc4xx_sys_info * sysInfo)
/* /*
* Read PLL Mode register * Read PLL Mode register
*/ */
pllmr = ppc_getdcr(CPC0_PLLMR); pllmr = mfdcr(CPC0_PLLMR);
/* /*
* Read Pin Strapping register * Read Pin Strapping register
*/ */
psr = ppc_getdcr(CPC0_PSR); psr = mfdcr(CPC0_PSR);
/* /*
* Determine FWD_DIV. * Determine FWD_DIV.