drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH
[coreboot.git] / src / southbridge / nvidia / mcp55 / romstrap.lds
index c45f864152a85a3387b0bda31ba47b562273beeb..c08aa32ca7ad66d73eaa41e91daccea7108fdbe7 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 SECTIONS {
-       . = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - 0x10) - (__romstrap_end - __romstrap_start);
+       . = (0x100000000 - 0x10) - (__romstrap_end - __romstrap_start);
        .romstrap (.): {
                *(.romstrap)
        }