From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Wed, 28 May 2008 12:21:26 -0500 Subject: [U-Boot-Users] [PATCH 1/2] 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h In-Reply-To: <20080528142015.GA24189@polina.dev.rtsoft.ru> References: <20080528141935.GA25884@polina.dev.rtsoft.ru> <20080528142015.GA24189@polina.dev.rtsoft.ru> Message-ID: <20080528122126.094e7984.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 28 May 2008 18:20:15 +0400 Anton Vorontsov 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 > --- > 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