aboutsummaryrefslogtreecommitdiff
path: root/targets/emulation/qemu-x86/Config-lab.lb
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-02-07 21:43:48 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-02-07 21:43:48 +0000
commitabf2ad716daff751d75907d47bcae4a7044fd7b4 (patch)
treef82427b43d76a4791253373affed1af8669e2e7b /targets/emulation/qemu-x86/Config-lab.lb
parent389240f288b2708617a35ebe8d7f89b3bff316c5 (diff)
newconfig is no more.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/emulation/qemu-x86/Config-lab.lb')
-rw-r--r--targets/emulation/qemu-x86/Config-lab.lb21
1 files changed, 0 insertions, 21 deletions
diff --git a/targets/emulation/qemu-x86/Config-lab.lb b/targets/emulation/qemu-x86/Config-lab.lb
deleted file mode 100644
index 34786e5498..0000000000
--- a/targets/emulation/qemu-x86/Config-lab.lb
+++ /dev/null
@@ -1,21 +0,0 @@
-# This will make a target directory of ./emulation_qemu-x86
-
-target qemu-x86
-mainboard emulation/qemu-x86
-
-option CONFIG_ROM_SIZE=2048*1024
-option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
-option CONFIG_PRECOMPRESSED_PAYLOAD=1
-
-option CC="gcc -m32"
-
-option CONFIG_GENERATE_PIRQ_TABLE=1
-option CONFIG_IRQ_SLOT_COUNT=6
-
-romimage "fallback"
- option COREBOOT_EXTRA_VERSION="-LAB"
- payload ../payload.elf.lzma
-end
-
-buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
-