summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-08-11 15:46:03 -0700
committerSaul Wold <sgw@linux.intel.com>2015-08-19 07:39:30 -0700
commitadc8064908409d29b9f6a7f0710be400769807af (patch)
tree620d8cc0cd1e2d82403e4445e58c2ea0801e62fc /conf
parentcef364875479dcf113ad00c3647e48a714090979 (diff)
downloadmeta-intel-adc8064908409d29b9f6a7f0710be400769807af.tar.gz
intel-quark: add CFLAGS for kernel to no use lock prefix
The kernel needs to have the EXTRA_CFLAGS based via a variable as it does not pick up the CLFAGS from the tune file. Quark based kernel should not use the lock prefix. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/intel-quark.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf
index e5df9417..7da054ec 100644
--- a/conf/machine/intel-quark.conf
+++ b/conf/machine/intel-quark.conf
@@ -22,3 +22,6 @@ SERIAL_CONSOLE = "115200 ttyS1"
22APPEND += "console=ttyS1,115200 console=tty0" 22APPEND += "console=ttyS1,115200 console=tty0"
23 23
24EFI_PROVIDER = "gummiboot" 24EFI_PROVIDER = "gummiboot"
25
26# Ensure that the Lock prefix is omitted for the kernel"
27KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes"