1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <console/console.h>
4 #include <program_loading.h>
6 void qemu_power8_main(void);
8 /* The qemu part of all this is very, very non-hardware like.
9 * So it gets its own bootblock.
11 void qemu_power8_main(void)
13 if (CONFIG(BOOTBLOCK_CONSOLE
)) {