aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/x86_32.mk1
-rw-r--r--config/x86_64.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/config/x86_32.mk b/config/x86_32.mk
index 4a45cd9a83..e4b21e2e6c 100644
--- a/config/x86_32.mk
+++ b/config/x86_32.mk
@@ -3,7 +3,6 @@ CONFIG_HVM := y
CONFIG_MIGRATE := y
CONFIG_XCUTILS := y
CONFIG_IOEMU := y
-CONFIG_MBOOTPACK := y
CFLAGS += -m32 -march=i686
LDFLAGS += -m32
diff --git a/config/x86_64.mk b/config/x86_64.mk
index 5f6909eda7..82f7364d06 100644
--- a/config/x86_64.mk
+++ b/config/x86_64.mk
@@ -3,7 +3,6 @@ CONFIG_HVM := y
CONFIG_MIGRATE := y
CONFIG_XCUTILS := y
CONFIG_IOEMU := y
-CONFIG_MBOOTPACK := y
CFLAGS += -m64
LDFLAGS += -m64