This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / arch / ppc / boot / coreboot_table.c
index b1420a7491fe14819fcc9502812a7c56dd2cdb1d..dc154b2a719059aaee385d4985aabe12e7188651 100644 (file)
@@ -340,7 +340,7 @@ unsigned long write_coreboot_table(
 
        head = lb_table_init(low_table_end);
        low_table_end = (unsigned long)head;
-       if (HAVE_OPTION_TABLE == 1) {
+       if (CONFIG_HAVE_OPTION_TABLE == 1) {
                struct lb_record *rec_dest, *rec_src;
                /* Write the option config table... */
                rec_dest = lb_new_record(head);