diff options
author | 2017-01-12 15:55:57 +0200 | |
---|---|---|
committer | 2017-01-17 10:03:33 -0800 | |
commit | c5986ea44dc7b5f38306bbbe667608c7ddd7248c (patch) | |
tree | 407d1b727ae6c42c38d41948ab1bf9be31d7bb9a /conf | |
parent | 85c16a907fd8eb8aafbd17769f368389276eb5bb (diff) | |
download | meta-intel-c5986ea44dc7b5f38306bbbe667608c7ddd7248c.tar.gz meta-intel-c5986ea44dc7b5f38306bbbe667608c7ddd7248c.tar.bz2 meta-intel-c5986ea44dc7b5f38306bbbe667608c7ddd7248c.zip |
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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/intel-quark.conf | 2 |
1 files changed, 0 insertions, 2 deletions
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 |