Re: [U-Boot] [PATCH] ppc4xx: Big cleanup of PPC4xx defines

2009-09-11 Thread Stefan Roese
On Wednesday 09 September 2009 17:30:29 Stefan Roese wrote: > This patch cleans up multiple issues of the 4xx register (mostly > DCR, SDR, CPR, etc) definitions: > > - Change lower case defines to upper case (plb4_acr -> PLB4_ACR) > - Change the defines to better match the names from the > user'

[U-Boot] [PATCH] ppc4xx: Big cleanup of PPC4xx defines

2009-09-09 Thread Stefan Roese
This patch cleans up multiple issues of the 4xx register (mostly DCR, SDR, CPR, etc) definitions: - Change lower case defines to upper case (plb4_acr -> PLB4_ACR) - Change the defines to better match the names from the user's manuals (e.g. cprpllc -> CPR0_PLLC) - Removal of some unused defines