From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Mon, 02 Jun 2008 22:38:34 +0200 Subject: [U-Boot-Users] [PATCH] 83xx/85xx/86xx: add more MxMR local bus definitions In-Reply-To: <20080602202813.GA7059@ld0162-tx32.am.freescale.net> References: <4843C6DA.9060709@grandegger.com> <20080602202813.GA7059@ld0162-tx32.am.freescale.net> Message-ID: <48445A4A.9000707@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Scott Wood wrote: > On Mon, Jun 02, 2008 at 12:09:30PM +0200, Wolfgang Grandegger wrote: >> 83xx/85xx/86xx: add more MxMR local bus definitions >> >> This patch adds more macro definitions for the UPM Machine Mode Registers >> They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx >> common local bus definitions into include/asm-ppc/fsl_lbc.h. > > We should move them rather than copy, and then include asm/fsl_lbc.h from > asm/mpc8260.h. Moving FSL local bus definitions from asm/mpc8260.h to asm/fsl_lbc.h is a big change as Anton already pointed out in http://www.mail-archive.com/u-boot-users at lists.sourceforge.net/msg06587.html and not only restricted to the MxMR definitions. Wolfgang.