From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuldeep Singh Date: Mon, 8 Apr 2019 05:23:53 +0000 Subject: [U-Boot] [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable In-Reply-To: References: <20190308093754.23713-1-kuldeep.singh@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: Prabhakar Kushwaha > Sent: Sunday, April 7, 2019 2:59 PM > To: Prabhakar Kushwaha ; Kuldeep Singh > ; u-boot at lists.denx.de > Cc: Ruchika Gupta ; Mingkai Hu > > Subject: RE: [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in > mtdparts variable > > Hi Kuldeep, > > > > -----Original Message----- > > From: U-Boot On Behalf Of Prabhakar > > Kushwaha > > Sent: Friday, March 22, 2019 4:30 PM > > To: Kuldeep Singh ; u-boot at lists.denx.de > > Cc: Ruchika Gupta ; Mingkai Hu > > > > Subject: Re: [U-Boot] [PATCH v3] configs: ls1046: Update mtd-id for > > QSPI nor in mtdparts variable > > > > > > > -----Original Message----- > > > From: Kuldeep Singh > > > Sent: Friday, March 8, 2019 3:08 PM > > > To: u-boot at lists.denx.de > > > Cc: Rajesh Bhagat ; Prabhakar Kushwaha > > > ; Ashish Kumar > ; > > > Jagdish Gediya ; Mingkai Hu > > > ; Ruchika Gupta ; > Kuldeep > > > Singh > > > Subject: [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in > > > mtdparts variable > > > > > > Update mtd-id for QSPI nor due to change introduced in mtd/spi in > > > linux 5.0 > > > > > > commit 84d043185dbe ("spi: Add a driver for the Freescale/NXP > > > QuadSPI > > > controller") > > > > > > Signed-off-by: Kuldeep Singh > > > --- > > > v3: > > > Update commit message > > > > > > v2: > > > Update commit message > > > > > > configs/ls1046aqds_qspi_defconfig | 4 ++-- > > > configs/ls1046aqds_sdcard_qspi_defconfig | 4 ++-- > > > configs/ls1046ardb_emmc_defconfig | 4 ++-- > > > configs/ls1046ardb_qspi_SECURE_BOOT_defconfig | 4 ++-- > > > configs/ls1046ardb_qspi_defconfig | 4 ++-- > > > configs/ls1046ardb_qspi_spl_defconfig | 4 ++-- > > > configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 4 ++-- > > > configs/ls1046ardb_sdcard_defconfig | 4 ++-- > > > configs/ls1046ardb_tfa_SECURE_BOOT_defconfig | 4 ++-- > > > configs/ls1046ardb_tfa_defconfig | 4 ++-- > > > 10 files changed, 20 insertions(+), 20 deletions(-) > > > > > > diff --git a/configs/ls1046aqds_qspi_defconfig > > > b/configs/ls1046aqds_qspi_defconfig > > > index 4cc19fe7ac..b7a6da2128 100644 > > > --- a/configs/ls1046aqds_qspi_defconfig > > > +++ b/configs/ls1046aqds_qspi_defconfig > > > @@ -10,7 +10,7 @@ CONFIG_OF_BOARD_SETUP=y > CONFIG_QSPI_BOOT=y > > > CONFIG_BOOTDELAY=10 > > > CONFIG_USE_BOOTARGS=y > > > -CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 > > > earlycon=uart8250,mmio,0x21c0500 > > > mtdparts=1550000.quadspi:2m(uboot),14m(free)" > > > +CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 > > > earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi- > > > 0:2m(uboot),14m(free)" > > > > How backward Linux compatibility is being taken care? > > > > Please respond to this query otherwise, I am going to drop this patch [Kuldeep Singh] Hi, I'll be sending another version of the patch. Thanks > > --pk