This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / arch / i386 / init / ldscript_apc.lb
index ce491547b0742b699e88e9b380381b1001ece437..2c8cb84e63ddaaf39d89b44e0c2b195a3987eaec 100644 (file)
@@ -6,7 +6,7 @@ SECTIONS
                 coreboot_apc.rom(*)
                 _eapcrom = .;
         }
-        _iseg_apc = DCACHE_RAM_BASE;
+        _iseg_apc = CONFIG_DCACHE_RAM_BASE;
         _eiseg_apc = _iseg_apc + SIZEOF(.apcrom);
         _liseg_apc = _apcrom;
         _eliseg_apc = _eapcrom;