From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 30 Oct 2015 09:13:36 -0700 Subject: [U-Boot] [PATCH v2] arm: ls1021a: Add QSPI or IFC support in SD boot In-Reply-To: <1444902880-38998-1-git-send-email-b18965@freescale.com> References: <1444902880-38998-1-git-send-email-b18965@freescale.com> Message-ID: <56339730.9020703@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 10/15/2015 02:54 AM, Alison Wang wrote: > As QSPI and IFC are pin-multiplexed on LS1021A, only IFC is supported in > SD boot now. For the customer's demand, QSPI needs to be supported in SD > boot too. > > This patch adds QSPI or IFC support in SD boot according to the > corresponding defconfig. For detail, ls1021atwr_sdcard_ifc_defconfig is > used to support IFC in SD boot and ls1021atwr_sdcard_qspi_defconfig is > used to support QSPI in SD boot. > > Signed-off-by: Alison Wang > --- > Changes in v2: > - Fix checkpatch warnings about line over 80 characters. > Applied to u-boot-fsl-qoriq. Awaiting upstream. Thanks. York