[2/7] qemuarm64-secureboot: remove redundant UBOOT_MACHINE

Message ID 20220407160925.3809765-2-ross.burton@arm.com
State New
Headers show
Series [1/7] CI: install pregenerated SSH keys to speed up boot | expand

Commit Message

Ross Burton April 7, 2022, 4:09 p.m. UTC
This is assigned in the base qemuarm64.conf already.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/conf/machine/qemuarm64-secureboot.conf | 2 --
 1 file changed, 2 deletions(-)

Patch

diff --git a/meta-arm/conf/machine/qemuarm64-secureboot.conf b/meta-arm/conf/machine/qemuarm64-secureboot.conf
index b664dac8..99d92e07 100644
--- a/meta-arm/conf/machine/qemuarm64-secureboot.conf
+++ b/meta-arm/conf/machine/qemuarm64-secureboot.conf
@@ -4,8 +4,6 @@  require ${COREBASE}/meta/conf/machine/qemuarm64.conf
 
 KMACHINE = "qemuarm64"
 
-UBOOT_MACHINE = "qemu_arm64_defconfig"
-
 QB_MACHINE = "-machine virt,secure=on"
 QB_OPT_APPEND += "-no-acpi"
 QB_MEM = "-m 1024"