summaryrefslogtreecommitdiffstats
path: root/conf/machine/t2080rdb-64b.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/t2080rdb-64b.conf')
-rw-r--r--conf/machine/t2080rdb-64b.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf
index b26ef75..6f17ff7 100644
--- a/conf/machine/t2080rdb-64b.conf
+++ b/conf/machine/t2080rdb-64b.conf
@@ -8,13 +8,15 @@
8require conf/machine/include/e6500-64b.inc 8require conf/machine/include/e6500-64b.inc
9 9
10SOC_FAMILY = "t2:t2080" 10SOC_FAMILY = "t2:t2080"
11UBOOT_CONFIG ??= "nor sdcard spi nand srio-pcie-boot secure-boot nor" 11
12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
12UBOOT_CONFIG[nor] = "T2080RDB_config" 13UBOOT_CONFIG[nor] = "T2080RDB_config"
13UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config" 14UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[nand] = "T2080RDB_NAND_config" 16UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config" 17UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
17UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" 18UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
19
18KERNEL_DEVICETREE ?= "fsl/t2080rdb.dtb fsl/t2080rdb-usdpaa.dtb \ 20KERNEL_DEVICETREE ?= "fsl/t2080rdb.dtb fsl/t2080rdb-usdpaa.dtb \
19 fsl/t2080rdb-usdpaa-shared-interfaces.dtb \ 21 fsl/t2080rdb-usdpaa-shared-interfaces.dtb \
20" 22"