diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-09-19 03:43:30 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-09-19 03:43:30 +0000 |
commit | 830a79eeab1d71840ff1fce59dd2ac76c91b1d22 (patch) | |
tree | 29c122d62b55ae9a42162dadd2c6ec3270d2a61f /src/mainboard/emulation | |
parent | 4d6810c60cda5a47b13813b590c57d39b719c013 (diff) |
add an OLPC target for qemu
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2422 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r-- | src/mainboard/emulation/qemu-i386/Options.lb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-i386/Options.lb b/src/mainboard/emulation/qemu-i386/Options.lb index 27982ce4fb..82a82a539c 100644 --- a/src/mainboard/emulation/qemu-i386/Options.lb +++ b/src/mainboard/emulation/qemu-i386/Options.lb @@ -6,6 +6,9 @@ uses HAVE_HARD_RESET uses HAVE_OPTION_TABLE uses USE_OPTION_TABLE uses CONFIG_COMPRESS +uses CONFIG_COMPRESSED_ROM_STREAM_NRV2B +uses CONFIG_COMPRESSED_ROM_STREAM_LZMA +uses CONFIG_PRECOMPRESSED_ROM_STREAM uses CONFIG_ROM_STREAM uses IRQ_SLOT_COUNT uses MAINBOARD |