
-----Original Message----- From: Kuldeep Singh Sent: Monday, April 8, 2019 11:33 AM To: u-boot@lists.denx.de Cc: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; Mingkai Hu mingkai.hu@nxp.com; Jagdish Gediya jagdish.gediya@nxp.com; Ashish Kumar ashish.kumar@nxp.com; Kuldeep Singh kuldeep.singh@nxp.com Subject: [PATCH v4] 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")
This patch works only for linux kernel version > 5.0. In order to use bootargs for kernel < 5.0, use the following bootargs CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:2m(uboot),14m(free)" CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:2m(uboot),14m(fre e)"
Signed-off-by: Kuldeep Singh kuldeep.singh@nxp.com
v4: Update commit message
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(-)
fix chechpatch warning i.e. updated subject and applied to fsl-qoriq master, awaiting upstream
pk