
28 May
2008
28 May
'08
7:21 p.m.
On Wed, 28 May 2008 18:20:15 +0400 Anton Vorontsov avorontsov@ru.mvista.com wrote:
This patch moves Freescale Localbus defines out of mpc83xx.h, so we could use it on MPC85xx and MPC86xx processors.
Signed-off-by: Anton Vorontsov avorontsov@ru.mvista.com
include/asm-ppc/fsl_lbc.h | 251 +++++++++++++++++++++++++++++++++++++++++++++ include/mpc83xx.h | 234 +----------------------------------------- include/mpc85xx.h | 2 + include/mpc86xx.h | 2 + 4 files changed, 256 insertions(+), 233 deletions(-) create mode 100644 include/asm-ppc/fsl_lbc.h
can we move the BRx_* and ORx_* left behind in mpc85xx.h also?
Kim