From 79bb0674514c1e25a50712f759bbda0e467cda56 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 26 May 2020 13:47:03 +0800 Subject: [PATCH] t2080: remove srio_pcie boot UBOOT_CONFIG For the srio_pcie boot, the DM pcie driver does not support this feature. Remove it. Signed-off-by: Ting Liu --- conf/machine/t2080rdb-64b.conf | 3 +-- conf/machine/t2080rdb.conf | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf index e0e7f477..f900d5c1 100644 --- a/conf/machine/t2080rdb-64b.conf +++ b/conf/machine/t2080rdb-64b.conf @@ -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" diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf index bb3db687..f8229f72 100644 --- a/conf/machine/t2080rdb.conf +++ b/conf/machine/t2080rdb.conf @@ -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" -- 2.40.1