This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / arch / i386 / init / ldscript_cbfs.lb
index e86befb1caa36ed004980e50e35d4c8263f8a1b9..37e867db2109ec3e723b78e3c9ca1d958b210ad6 100644 (file)
@@ -1,12 +1,12 @@
 /*
  *     Memory map:
  *
- *     _RAMBASE                
+ *     CONFIG_RAMBASE          
  *                             : data segment
  *                             : bss segment
  *                             : heap
  *                             : stack
- *     _ROMBASE
+ *     CONFIG_ROMBASE
  *                             : coreboot text 
  *                             : readonly text
  */
@@ -34,7 +34,7 @@ ENTRY(_start)
 TARGET(binary)
 SECTIONS
 {
-       . = _ROMBASE;
+       . = CONFIG_ROMBASE;
 
        /* This section might be better named .setup */
        .rom . : {