This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / targets / bcom / winnetp680 / Config.lb
index 079e2ec8b38e9bc8ccf15828bd98b88cbb8a6fae..ced4de9ba87c23005727d60422538c6f8600381a 100644 (file)
 target bcom-winnet-p680
 mainboard bcom/winnetp680
 
-option MAXIMUM_CONSOLE_LOGLEVEL=8
-option DEFAULT_CONSOLE_LOGLEVEL=8
+option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=8
+option CONFIG_DEFAULT_CONSOLE_LOGLEVEL=8
 option CONFIG_CONSOLE_SERIAL8250=1
 
 # coreboot C code runs at this location in RAM
-option _RAMBASE=0x00004000
+option CONFIG_RAMBASE=0x00004000
 
 #
 # If space is allotted for a VGA BIOS,
 # generate the final ROM like this:
 # cat vgabios bochsbios coreboot.rom > coreboot.rom.final
 #
-#option ROM_SIZE = (512 * 1024) - (63 * 1024) - (64 * 1024)
-option ROM_SIZE = (512 * 1024)
+#option CONFIG_ROM_SIZE = (512 * 1024) - (63 * 1024) - (64 * 1024)
+option CONFIG_ROM_SIZE = (512 * 1024)
 
 romimage "image"
        option COREBOOT_EXTRA_VERSION = "-winnetp680"
        payload ../payload.elf
 end
 
-buildrom ./coreboot.rom ROM_SIZE "image"
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "image"