]> code.ossystems Code Review - meta-freescale.git/commitdiff
t2080: remove srio_pcie boot UBOOT_CONFIG
authorTing Liu <ting.liu@nxp.com>
Tue, 26 May 2020 05:47:03 +0000 (13:47 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 26 May 2020 18:18:08 +0000 (15:18 -0300)
For the srio_pcie boot, the DM pcie driver does not support
this feature. Remove it.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
conf/machine/t2080rdb-64b.conf
conf/machine/t2080rdb.conf

index e0e7f477586868c08b832744d55cd21ad4af1844..f900d5c1195fe4914e9f68d68242b71d48b9f134 100644 (file)
@@ -9,12 +9,11 @@ require conf/machine/include/e6500-64b.inc
 
 MACHINEOVERRIDES =. "t2:t2080:"
 
-UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
+UBOOT_CONFIG ??= "sdcard spi nand secure-boot nor"
 UBOOT_CONFIG[nor] = "T2080RDB_config,,u-boot-with-dtb.bin"
 UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
 UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
 UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin"
-UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
 UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
 
 HV_CFG_M = "t2080rdb"
index bb3db68753a53ea278dba58298b4bd30f1bddb1f..f8229f72da4d0ca5e0f2ca42d6b64c410fdbca09 100644 (file)
@@ -9,12 +9,11 @@ require conf/machine/include/e6500.inc
 
 MACHINEOVERRIDES =. "t2:t2080:"
 
-UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
+UBOOT_CONFIG ??= "sdcard spi nand secure-boot nor"
 UBOOT_CONFIG[nor] = "T2080RDB_config,,u-boot-with-dtb.bin"
 UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
 UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
 UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin"
-UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
 UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
 
 HV_CFG_M = "t2080rdb"