This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / southbridge / nvidia / mcp55 / id.lds
index 668600a377f85826c597528a552e77bfa8324aad..53215beb636a1ad20bc993e6b4fbbed4228f4a31 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 SECTIONS {
-       . = (_ROMBASE + ROM_IMAGE_SIZE - 0x80) - (__id_end - __id_start);
+       . = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - 0x80) - (__id_end - __id_start);
        .id (.): {
                *(.id)
        }