[PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value

Wasim Khan wasim.khan at nxp.com
Mon Apr 20 07:37:44 CEST 2020



> -----Original Message-----
> From: Priyanka Jain <priyanka.jain at nxp.com>
> Sent: Friday, April 17, 2020 2:38 PM
> To: Kuldeep Singh <kuldeep.singh at nxp.com>; u-boot at lists.denx.de; Wasim
> Khan <wasim.khan at nxp.com>
> Cc: Kuldeep Singh <kuldeep.singh at nxp.com>
> Subject: RE: [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value
> 
> >-----Original Message-----
> >From: Kuldeep Singh <kuldeep.singh at nxp.com>
> >Sent: Thursday, March 19, 2020 3:34 PM
> >To: u-boot at lists.denx.de
> >Cc: Priyanka Jain <priyanka.jain at nxp.com>; Kuldeep Singh
> ><kuldeep.singh at nxp.com>
> >Subject: [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value
> >
> >LS2088A-RDB has CONFIG_DEFAULT_DEVICE_TREE value correctly set as "fsl-
> >ls2088a-rdb-qspi" for QSPI secure/non-secure boot and TFA non-secure
> >boot mode.
> >
> For ls2088ardb, default boot source is NOR, why we want to change it to QSPI?
> Infact, LS2088A-RDB should also use CONFIG_DEFAULT_DEVICE_TREE "fsl-
> ls2080a-rdb"
> 
> Priyanka

It does not impact the NOR boot case and fsl-ls2088a-rdb-qspi.dts provides additional nodes for qspi flash and i2c. 
Reviewed .

> >Fix the value for TFA secure boot mode.
> >
> >Signed-off-by: Kuldeep Singh <kuldeep.singh at nxp.com>
> >---
> > configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
> >b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
> >index c0d0a99..7039cf5 100644
> >--- a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
> >+++ b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
> >@@ -31,7 +31,7 @@ CONFIG_CMD_USB=y
> > CONFIG_CMD_CACHE=y
> > CONFIG_MP=y
> > CONFIG_OF_CONTROL=y
> >-CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-rdb"
> >+CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2088a-rdb-qspi"
> > CONFIG_NET_RANDOM_ETHADDR=y
> > CONFIG_DM=y
> > CONFIG_SATA_CEVA=y
> >--
> >2.7.4



More information about the U-Boot mailing list