This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / msi / ms7260 / apc_auto.c
index 3bf3ef4076952f6fd4f857ced3841f9aaf1c7c8f..880952b267a899bc1cef32f495d037611cd25956 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * (Written by Yinghai Lu <yinghailu@amd.com> for AMD)
 
 void hardwaremain(int ret_addr)
 {
-       struct sys_info *sysinfo = (DCACHE_RAM_BASE + DCACHE_RAM_SIZE -
-                                   DCACHE_RAM_GLOBAL_VAR_SIZE); /* in CACHE */
+       struct sys_info *sysinfo = (CONFIG_DCACHE_RAM_BASE + CONFIG_DCACHE_RAM_SIZE -
+                                   CONFIG_DCACHE_RAM_GLOBAL_VAR_SIZE); /* in CACHE */
        struct sys_info *sysinfox = ((CONFIG_LB_MEM_TOPK << 10) -
-                                    DCACHE_RAM_GLOBAL_VAR_SIZE); /* in RAM */
+                                    CONFIG_DCACHE_RAM_GLOBAL_VAR_SIZE); /* in RAM */
        struct node_core_id id;
 
        id = get_node_core_id_x();