diff options
-rw-r--r-- | conf/machine/t2080qds-64b.conf | 4 | ||||
-rw-r--r-- | conf/machine/t2080qds.conf | 4 |
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" | |||
17 | UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" | 17 | UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" |
18 | UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config" | 18 | UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config" |
19 | 19 | ||
20 | UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | ||
21 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" | ||
22 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | ||
23 | |||
20 | KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \ | 24 | KERNEL_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" | |||
17 | UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" | 17 | UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" |
18 | UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config" | 18 | UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config" |
19 | 19 | ||
20 | UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | ||
21 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" | ||
22 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | ||
23 | |||
20 | KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \ | 24 | KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \ |
21 | t2080qds-usdpaa-shared-interfaces.dtb \ | 25 | t2080qds-usdpaa-shared-interfaces.dtb \ |
22 | " | 26 | " |