Exit building if romstage.bin is larger than size of XIP
[coreboot.git] / util / romcc / tests / simple_test57.c
1 static void main(void)
2 {
3         for(;;) {
4         }
5 }