diff options
Diffstat (limited to 'targets/a-trend/atc-6220')
-rw-r--r-- | targets/a-trend/atc-6220/Config.lb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/targets/a-trend/atc-6220/Config.lb b/targets/a-trend/atc-6220/Config.lb index 609110ffd9..4d8ebc0e3e 100644 --- a/targets/a-trend/atc-6220/Config.lb +++ b/targets/a-trend/atc-6220/Config.lb @@ -21,29 +21,29 @@ target atc-6220 mainboard a-trend/atc-6220 -option ROM_SIZE = 256 * 1024 +option CONFIG_ROM_SIZE = 256 * 1024 -option MAINBOARD_VENDOR = "A-Trend" -option MAINBOARD_PART_NUMBER = "ATC-6220" +option CONFIG_MAINBOARD_VENDOR = "A-Trend" +option CONFIG_MAINBOARD_PART_NUMBER = "ATC-6220" -option IRQ_SLOT_COUNT = 7 +option CONFIG_IRQ_SLOT_COUNT = 7 -option DEFAULT_CONSOLE_LOGLEVEL = 9 -option MAXIMUM_CONSOLE_LOGLEVEL = 9 +option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9 +option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9 option CONFIG_CONSOLE_VGA = 1 option CONFIG_PCI_ROM_RUN = 1 romimage "normal" - option USE_FALLBACK_IMAGE = 0 + option CONFIG_USE_FALLBACK_IMAGE = 0 option COREBOOT_EXTRA_VERSION = ".0Normal" payload /tmp/filo.elf end romimage "fallback" - option USE_FALLBACK_IMAGE = 1 + option CONFIG_USE_FALLBACK_IMAGE = 1 option COREBOOT_EXTRA_VERSION = ".0Fallback" payload /tmp/filo.elf end -buildrom ./coreboot.rom ROM_SIZE "normal" "fallback" +buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback" |