[U-Boot] [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable

Prabhakar Kushwaha prabhakar.kushwaha at nxp.com
Fri Mar 22 11:00:17 UTC 2019


> -----Original Message-----
> From: Kuldeep Singh
> Sent: Friday, March 8, 2019 3:08 PM
> To: u-boot at lists.denx.de
> Cc: Rajesh Bhagat <rajesh.bhagat at nxp.com>; Prabhakar Kushwaha
> <prabhakar.kushwaha at nxp.com>; Ashish Kumar <ashish.kumar at nxp.com>;
> Jagdish Gediya <jagdish.gediya at nxp.com>; Mingkai Hu
> <mingkai.hu at nxp.com>; Ruchika Gupta <ruchika.gupta at nxp.com>; Kuldeep
> Singh <kuldeep.singh at 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 at 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?

--pk


More information about the U-Boot mailing list