From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Siewior Date: Tue, 15 Jul 2008 13:28:18 +0200 Subject: [U-Boot-Users] [PATCH] mpc85xx: make the MxMR register in upmconfig as a parameter In-Reply-To: <487C833C.3090603@grandegger.com> References: <20080714105432.GA18158@www.tglx.de> <487C833C.3090603@grandegger.com> Message-ID: <487C89D2.4070702@linutronix.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Grandegger wrote: >> +#define MXMR_OP_NORMAL (0x00000000) >> +#define MXMR_OP_WRITE (0x10000000) >> +#define MXMR_OP_READ (0x20000000) >> +#define MXMR_OP_RUN (0x30000000) > > Please use the the corresponding definitions from > "include/asm-ppc/fsl_lbc.h". Ach okey. I do this with the new patch once Andy agreed how to pass the MxMR value. Sebastian