This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / gigabyte / ga_2761gxdk / apc_auto.c
index 35f2e63896142e29abc0a3261c26672b3fb4325a..6fb051e7c8e7671a8f5515fef9dfb7229164625a 100644 (file)
@@ -88,8 +88,8 @@ static void post_code(uint8_t value) {
 
 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 *sysinfox = ((CONFIG_LB_MEM_TOPK<<10) - DCACHE_RAM_GLOBAL_VAR_SIZE); // in RAM
+       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) - CONFIG_DCACHE_RAM_GLOBAL_VAR_SIZE); // in RAM
 
        struct node_core_id id;