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/p5040ds-64b.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf/machine/p5040ds-64b.conf') diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf index 4dc9030c..a6a29393 100644 --- a/conf/machine/p5040ds-64b.conf +++ b/conf/machine/p5040ds-64b.conf @@ -9,10 +9,9 @@ require conf/machine/include/e5500-64b.inc MACHINEOVERRIDES =. "p5040:" -UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" +UBOOT_CONFIG ??= "nand sdcard spi nor" UBOOT_CONFIG[nor] = "P5040DS_config,,u-boot-with-dtb.bin" UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl" -UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config" UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config,,u-boot.pbl" UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config,,u-boot.pbl" -- cgit v1.2.3-54-g00ecf