summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/t2080qds-64b.conf4
-rw-r--r--conf/machine/t2080qds.conf4
2 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/t2080qds-64b.conf b/conf/machine/t2080qds-64b.conf
index 8da4582f..eea51f50 100644
--- a/conf/machine/t2080qds-64b.conf
+++ b/conf/machine/t2080qds-64b.conf
@@ -17,6 +17,10 @@ UBOOT_CONFIG[nand] = "T2080QDS_NAND_config"
17UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" 17UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config"
18UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config" 18UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config"
19 19
20UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
21UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
22UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
23
20KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \ 24KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \
21 t2080qds-usdpaa-shared-interfaces.dtb \ 25 t2080qds-usdpaa-shared-interfaces.dtb \
22" 26"
diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf
index 825e946f..68454bf0 100644
--- a/conf/machine/t2080qds.conf
+++ b/conf/machine/t2080qds.conf
@@ -17,6 +17,10 @@ UBOOT_CONFIG[nand] = "T2080QDS_NAND_config"
17UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" 17UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config"
18UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config" 18UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config"
19 19
20UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
21UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
22UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
23
20KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \ 24KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \
21 t2080qds-usdpaa-shared-interfaces.dtb \ 25 t2080qds-usdpaa-shared-interfaces.dtb \
22" 26"