From c5986ea44dc7b5f38306bbbe667608c7ddd7248c Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Thu, 12 Jan 2017 15:55:57 +0200 Subject: intel-quark: remove redundant EFI_PROVIDER setting EFI_PROVIDER is set in meta-intel.inc for all machines so the one set in intel-quark.conf has no effect and can be removed. Signed-off-by: Mikko Ylinen Signed-off-by: California Sullivan --- conf/machine/intel-quark.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'conf/machine/intel-quark.conf') diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf index 28a1687b..6e3bb30d 100644 --- a/conf/machine/intel-quark.conf +++ b/conf/machine/intel-quark.conf @@ -18,8 +18,6 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" SERIAL_CONSOLE = "115200 ttyS1" APPEND += "rootwait console=ttyS1,115200 console=tty0" -EFI_PROVIDER ?= "systemd-boot" - # Bypass the default labels which also has "install" option in OE. # # We don't need to do this when constructing direct-boot image with -- cgit v1.2.3-54-g00ecf