diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-05-21 15:48:30 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-06-08 08:38:34 -0300 |
commit | 23f3509be1a7877e7b3aaf41671110b5f8518ee4 (patch) | |
tree | df89bc38a3ccab80c99b2fceb4027917f5258e24 /conf/machine/p2041rdb.conf | |
parent | 81262efe6e9eb8ac0ed345abccbf80233707dcc3 (diff) | |
download | meta-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/p2041rdb.conf')
-rw-r--r-- | conf/machine/p2041rdb.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf index 685d327c..67fa16d1 100644 --- a/conf/machine/p2041rdb.conf +++ b/conf/machine/p2041rdb.conf | |||
@@ -9,10 +9,9 @@ require conf/machine/include/e500mc.inc | |||
9 | 9 | ||
10 | MACHINEOVERRIDES =. "p2041:" | 10 | MACHINEOVERRIDES =. "p2041:" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | 12 | UBOOT_CONFIG ??= "nand sdcard spi nor" |
13 | UBOOT_CONFIG[nor] = "P2041RDB_config,,u-boot-with-dtb.bin" | 13 | UBOOT_CONFIG[nor] = "P2041RDB_config,,u-boot-with-dtb.bin" |
14 | UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl" | 14 | UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl" |
15 | UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config" | ||
16 | UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl" | 15 | UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl" |
17 | UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config,,u-boot.pbl" | 16 | UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config,,u-boot.pbl" |
18 | 17 | ||