summaryrefslogtreecommitdiffstats
path: root/conf/machine/t2080rdb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/t2080rdb.conf')
-rw-r--r--conf/machine/t2080rdb.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf
index f8229f72..9b6a85ac 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 secure-boot nor" 12UBOOT_CONFIG ??= "sdcard spi nand 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[secure-boot] = "T2080RDB_SECURE_BOOT_config"
18 17
19HV_CFG_M = "t2080rdb" 18HV_CFG_M = "t2080rdb"
20 19