This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / southbridge / sis / sis966 / romstrap.lds
index 8a4efd49f1de621cb0f45ed5363a6e757ac7aab0..c45f864152a85a3387b0bda31ba47b562273beeb 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 SECTIONS {
-       . = (_ROMBASE + ROM_IMAGE_SIZE - 0x10) - (__romstrap_end - __romstrap_start);
+       . = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - 0x10) - (__romstrap_end - __romstrap_start);
        .romstrap (.): {
                *(.romstrap)
        }