summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"