summaryrefslogtreecommitdiffstats
path: root/conf/machine/t2080rdb.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-05-21 15:48:30 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-06-08 08:38:34 -0300
commit23f3509be1a7877e7b3aaf41671110b5f8518ee4 (patch)
treedf89bc38a3ccab80c99b2fceb4027917f5258e24 /conf/machine/t2080rdb.conf
parent81262efe6e9eb8ac0ed345abccbf80233707dcc3 (diff)
downloadmeta-freescale-23f3509be1a7877e7b3aaf41671110b5f8518ee4.tar.gz
qoriq-ppc: not build secure-boot u-boot configs
Secure boot does not have DM mode support for PPC, and driver related changes are not tested due to bandwidth limitation. Remove secure-boot u-boot configs from the build list. Signed-off-by: Ting Liu <ting.liu@nxp.com>
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