This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / targets / emulation / qemu-x86 / Config.OLPC.lb
index 93c4fb3557c73bf1602bc46bd7697069155f26d6..6f5b2abe4cb45224a8858b07d7146a42c85a4722 100644 (file)
@@ -3,19 +3,19 @@
 target qemu-x86-OLPC
 mainboard emulation/qemu-x86
 
-option ROM_SIZE=1024*1024 - (128 * 1024)
+option CONFIG_ROM_SIZE=1024*1024 - (128 * 1024)
 option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
 option CONFIG_PRECOMPRESSED_PAYLOAD=0
 
 option CC="gcc -m32"
 
-option HAVE_PIRQ_TABLE=1
-option IRQ_SLOT_COUNT=6
+option CONFIG_HAVE_PIRQ_TABLE=1
+option CONFIG_IRQ_SLOT_COUNT=6
 
 romimage "image" 
        option COREBOOT_EXTRA_VERSION="-OpenBIOS"
        payload /tmp/olpcpayload.elf
 end
 
-buildrom ./coreboot.rom ROM_SIZE "image"
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "image"