diff mbox

[Xen-devel,4/4] xen: Disable boot scrub

Message ID 1415628601-31075-4-git-send-email-ian.campbell@citrix.com
State New
Headers show

Commit Message

Ian Campbell Nov. 10, 2014, 2:10 p.m. UTC
It's really (really!) slow on models and the security concerns don't really
apply.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index d292f4d..44b3bf0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,7 +82,7 @@  AC_ARG_WITH([cmdline],
 	[C_CMDLINE=$withval])
 AC_SUBST([CMDLINE], [$C_CMDLINE])
 
-X_BOOTARGS="console=dtuart dtuart=serial0"
+X_BOOTARGS="console=dtuart dtuart=serial0 no-bootscrub"
 AC_ARG_WITH([xen-bootargs],
 	AS_HELP_STRING([--with-xen-bootargs], [set Xen bootargs]),
 	[X_BOOTARGS=$withval])