summaryrefslogtreecommitdiffstats
path: root/conf/machine/t2080qds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/t2080qds.conf')
-rw-r--r--conf/machine/t2080qds.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf
index ea7fdb1..944b21b 100644
--- a/conf/machine/t2080qds.conf
+++ b/conf/machine/t2080qds.conf
@@ -8,11 +8,12 @@
8require conf/machine/include/e6500.inc 8require conf/machine/include/e6500.inc
9 9
10SOC_FAMILY = "t2:t2080" 10SOC_FAMILY = "t2:t2080"
11
11UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" 12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
12UBOOT_CONFIG[nor] = "T2080QDS_config" 13UBOOT_CONFIG[nor] = "T2080QDS_config"
13UBOOT_CONFIG[sdcard] = "T2080QDS_SDCARD_config" 14UBOOT_CONFIG[sdcard] = "T2080QDS_SDCARD_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[spi] = "T2080QDS_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "T2080QDS_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[nand] = "T2080QDS_NAND_config" 16UBOOT_CONFIG[nand] = "T2080QDS_NAND_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" 17UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config"
17UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config" 18UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config"
18 19