summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-05-26 13:47:03 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-26 15:18:08 -0300
commit79bb0674514c1e25a50712f759bbda0e467cda56 (patch)
treebe52bfecda8a0292d75130216ad5757eb5b0bb6f /conf/machine
parentc7b9a8de1943e5fa094e59a7ebbfbcb2d8283b33 (diff)
downloadmeta-freescale-79bb0674514c1e25a50712f759bbda0e467cda56.tar.gz
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 <ting.liu@nxp.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/t2080rdb-64b.conf3
-rw-r--r--conf/machine/t2080rdb.conf3
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
9 9
10MACHINEOVERRIDES =. "t2:t2080:" 10MACHINEOVERRIDES =. "t2:t2080:"
11 11
12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" 12UBOOT_CONFIG ??= "sdcard spi nand secure-boot nor"
13UBOOT_CONFIG[nor] = "T2080RDB_config,,u-boot-with-dtb.bin" 13UBOOT_CONFIG[nor] = "T2080RDB_config,,u-boot-with-dtb.bin"
14UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin" 14UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" 15UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin" 16UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin"
17UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
18UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" 17UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
19 18
20HV_CFG_M = "t2080rdb" 19HV_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
9 9
10MACHINEOVERRIDES =. "t2:t2080:" 10MACHINEOVERRIDES =. "t2:t2080:"
11 11
12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" 12UBOOT_CONFIG ??= "sdcard spi nand secure-boot nor"
13UBOOT_CONFIG[nor] = "T2080RDB_config,,u-boot-with-dtb.bin" 13UBOOT_CONFIG[nor] = "T2080RDB_config,,u-boot-with-dtb.bin"
14UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin" 14UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" 15UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin" 16UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin"
17UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
18UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" 17UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
19 18
20HV_CFG_M = "t2080rdb" 19HV_CFG_M = "t2080rdb"