linker script: hax :/
[coreboot.git] / src / arch / x86 / init / bootblock.ld
index ca4e82021751b633507d40b774848f226496ceb0..9c8485af6869d4d5d51e720b3c09657e15d47ba3 100644 (file)
@@ -53,5 +53,6 @@ SECTIONS
        }
 
        _bogus = ASSERT((SIZEOF(.car.data) <= CONFIG_DCACHE_RAM_SIZE), "Cache as RAM area is too full");
-       _bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0 || CONFIG_CPU_AMD_AGESA, "Do not use global variables in romstage");
+/*     _bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0 || CONFIG_AMD_AGESA, "Do not use global variables in romstage");
+ */
 }