
-----Original Message----- From: Prabhakar Kushwaha Sent: Sunday, April 7, 2019 2:59 PM To: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; Kuldeep Singh kuldeep.singh@nxp.com; u-boot@lists.denx.de Cc: Ruchika Gupta ruchika.gupta@nxp.com; Mingkai Hu mingkai.hu@nxp.com Subject: RE: [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable
Hi Kuldeep,
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Prabhakar Kushwaha Sent: Friday, March 22, 2019 4:30 PM To: Kuldeep Singh kuldeep.singh@nxp.com; u-boot@lists.denx.de Cc: Ruchika Gupta ruchika.gupta@nxp.com; Mingkai Hu mingkai.hu@nxp.com 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@lists.denx.de Cc: Rajesh Bhagat rajesh.bhagat@nxp.com; Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; Ashish Kumar
Jagdish Gediya jagdish.gediya@nxp.com; Mingkai Hu mingkai.hu@nxp.com; Ruchika Gupta ruchika.gupta@nxp.com;
Kuldeep
Singh kuldeep.singh@nxp.com 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 kuldeep.singh@nxp.com
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