This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / northbridge / via / cn700 / northbridge.c
index 2d3adf1288ee8ceb17e7b2f0e8e73e0459ddaf7d..dc421d3e51e4ba028a800b67e4d07988868e6f2b 100644 (file)
@@ -163,7 +163,7 @@ static u32 find_pci_tolm(struct bus *bus)
        return tolm;
 }
 
-#if HAVE_HIGH_TABLES==1
+#if CONFIG_HAVE_HIGH_TABLES==1
 /* maximum size of high tables in KB */
 #define HIGH_TABLES_SIZE 64
 extern uint64_t high_tables_base, high_tables_size;
@@ -206,7 +206,7 @@ static void pci_domain_set_resources(device_t dev)
                        tolmk = tomk;
                }
 
-#if HAVE_HIGH_TABLES == 1
+#if CONFIG_HAVE_HIGH_TABLES == 1
                high_tables_base = (tolmk - HIGH_TABLES_SIZE) * 1024;
                high_tables_size = HIGH_TABLES_SIZE* 1024;
                printk_debug("tom: %lx, high_tables_base: %llx, high_tables_size: %llx\n", tomk*1024, high_tables_base, high_tables_size);