From 23f3509be1a7877e7b3aaf41671110b5f8518ee4 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Thu, 21 May 2020 15:48:30 +0800 Subject: 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 --- conf/machine/t2080rdb-64b.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf/machine/t2080rdb-64b.conf') diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf index f900d5c11..2da8b3d2b 100644 --- a/conf/machine/t2080rdb-64b.conf +++ b/conf/machine/t2080rdb-64b.conf @@ -9,12 +9,11 @@ require conf/machine/include/e6500-64b.inc MACHINEOVERRIDES =. "t2:t2080:" -UBOOT_CONFIG ??= "sdcard spi nand secure-boot nor" +UBOOT_CONFIG ??= "sdcard spi nand nor" UBOOT_CONFIG[nor] = "T2080RDB_config,,u-boot-with-dtb.bin" UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin" -UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" HV_CFG_M = "t2080rdb" -- cgit v1.2.3-54-g00ecf