From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 14:59:34 -0700 Subject: [U-Boot] powerpc/t208xqds: fix nor chip selection when nand boot In-Reply-To: <1394677140-20908-1-git-send-email-Shengzhou.Liu@freescale.com> References: <1394677140-20908-1-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <535837C6.1030709@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/12/2014 07:19 PM, Shengzhou Liu wrote: > NOR flash is on CS1 instead of CS2 when NAND boot. > So correct NOR chip selection to CS1 from CS2. > > Signed-off-by: Shengzhou Liu > > --- Applied to u-boot-mpc85xx/master, thanks. York