From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prabhakar Kushwaha Date: Wed, 22 May 2019 12:33:13 +0000 Subject: [U-Boot] [PATCH 3/3] configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A defconfigs In-Reply-To: <20190424124512.25138-3-rajat.srivastava@nxp.com> References: <20190424124512.25138-1-rajat.srivastava@nxp.com> <20190424124512.25138-3-rajat.srivastava@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: Rajat Srivastava > Sent: Wednesday, April 24, 2019 6:15 PM > To: u-boot at lists.denx.de; Prabhakar Kushwaha > > Cc: Rajat Srivastava > Subject: [PATCH 3/3] configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A > defconfigs > > Signed-off-by: Rajat Srivastava > --- > configs/ls2080aqds_nand_defconfig | 1 + > configs/ls2080aqds_qspi_defconfig | 1 + > configs/ls2080aqds_sdcard_defconfig | 1 + > configs/ls2081ardb_defconfig | 1 + > configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 1 + > configs/ls2088ardb_qspi_defconfig | 1 + > configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 1 + > configs/ls2088ardb_tfa_defconfig | 1 + > 8 files changed, 8 insertions(+) > This patch has been applied to fsl-qoriq master, awaiting upstream. --pk