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 <mikko.ylinen@linux.intel.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
Mikko Ylinen 2017-01-12 15:55:57 +02:00 committed by California Sullivan
parent 85c16a907f
commit c5986ea44d

View File

@ -18,8 +18,6 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
SERIAL_CONSOLE = "115200 ttyS1" SERIAL_CONSOLE = "115200 ttyS1"
APPEND += "rootwait console=ttyS1,115200 console=tty0" APPEND += "rootwait console=ttyS1,115200 console=tty0"
EFI_PROVIDER ?= "systemd-boot"
# Bypass the default labels which also has "install" option in OE. # Bypass the default labels which also has "install" option in OE.
# #
# We don't need to do this when constructing direct-boot image with # We don't need to do this when constructing direct-boot image with