Two hda_verb.h files: Add more comments.
[coreboot.git] / src / arch / i386 / init / ldscript_fallback_cbfs.lb
index 22e06d894126f48b5fb24dab3a79397226190cfe..480fd32d5df4b185301435f0d868b623bb473690 100644 (file)
@@ -49,4 +49,5 @@ SECTIONS
                *(.comment.*)
                *(.note.*)
        }
+       _bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0, "Do not use global variables in romstage");
 }