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
This commit is contained in:
parent
1b57f1c985
commit
ac431505c6
|
@ -5,6 +5,11 @@
|
||||||
#
|
#
|
||||||
CONFIG_TARGET_I386=y
|
CONFIG_TARGET_I386=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Architecture Options
|
||||||
|
#
|
||||||
|
# CONFIG_MULTIBOOT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Standard Libraries
|
# Standard Libraries
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue