summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"