/* SPDX-License-Identifier: GPL-2.0-only */ #include #include void __noreturn romstage_main(void) { /* Needed for __noreturn */ halt(); }