summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-10-22 11:23:32 +0000
committerStefan Reinauer <stepan@openbios.org>2008-10-22 11:23:32 +0000
commitac431505c6c7914cbea4923c9c80eb83d72e34fb (patch)
tree8edb118f76bde78accb98f996c65210f39dfb47d /payloads
parent1b57f1c985fb69ac9e682b0789d23f180b78286e (diff)
downloadcoreboot-ac431505c6c7914cbea4923c9c80eb83d72e34fb.tar.gz
coreboot-ac431505c6c7914cbea4923c9c80eb83d72e34fb.tar.bz2
coreboot-ac431505c6c7914cbea4923c9c80eb83d72e34fb.zip
add multiboot support to defconfig (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3685 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/configs/defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/payloads/libpayload/configs/defconfig b/payloads/libpayload/configs/defconfig
index c011a4fcfaa2..738d6c80bc99 100644
--- a/payloads/libpayload/configs/defconfig
+++ b/payloads/libpayload/configs/defconfig
@@ -6,6 +6,11 @@
CONFIG_TARGET_I386=y
#
+# Architecture Options
+#
+# CONFIG_MULTIBOOT is not set
+
+#
# Standard Libraries
#
CONFIG_LIBC=y