1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <arch/cache.h>
4 #include <console/console.h>
8 __noreturn
void board_reset(void)
10 printk(BIOS_INFO
, "%s() called!\n", __func__
);
16 #if CONFIG(MISSING_BOARD_RESET)
17 void do_board_reset(void)
19 printk(BIOS_CRIT
, "No board_reset implementation, hanging...\n");