From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:32:22 -0700 Subject: [U-Boot] [PATCH] powerpc/85xx: Fix e6500 L2 cache stash IDs In-Reply-To: <1395883856-13444-1-git-send-email-scottwood@freescale.com> References: <1395883856-13444-1-git-send-email-scottwood@freescale.com> Message-ID: <53583F76.6010909@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 03/26/2014 06:30 PM, Scott Wood wrote: > The value written to L2CSR1 didn't match the value written to the > device tree. > > Signed-off-by: Scott Wood > --- Applied to u-boot-mpc85xx/master, thanks. York