diff options
author | Robert Millan <rmh@aybabtu.com> | 2008-11-11 20:20:54 +0000 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2008-11-11 20:20:54 +0000 |
commit | 81af3d4a0077f354029e92aea71eb737d20f6a3e (patch) | |
tree | a6ff46fe806d5ad57f23a3b398e3ae6772eef477 /src/config/Options.lb | |
parent | 5cb4d9d663d2ed5b8225dbbb00507637016d3fc4 (diff) | |
download | coreboot-81af3d4a0077f354029e92aea71eb737d20f6a3e.tar.xz |
[PATCH] coreboot-v2: Add multiboot support
Signed-off-by: Robert Millan <rmh@aybabtu.com>
Acked-by: Jordan Crouse <jordan@cosmicpneguin.net>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3745 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 6815e6c933..5dfa013e7b 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -608,6 +608,11 @@ end # Boot options ############################################### +define CONFIG_MULTIBOOT + default 1 + export always + comment "Use Multiboot (rather than ELF boot notes) to boot the payload" +end define CONFIG_IDE_PAYLOAD default 0 export always |