aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-power8/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/emulation/qemu-power8/bootblock.c')
-rw-r--r--src/mainboard/emulation/qemu-power8/bootblock.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainboard/emulation/qemu-power8/bootblock.c b/src/mainboard/emulation/qemu-power8/bootblock.c
index d92c16951a..5cfb7c132a 100644
--- a/src/mainboard/emulation/qemu-power8/bootblock.c
+++ b/src/mainboard/emulation/qemu-power8/bootblock.c
@@ -17,8 +17,9 @@
#include <console/console.h>
#include <program_loading.h>
-// the qemu part of all this is very, very non-hardware like.
-// so it gets its own bootblock.
+/* The qemu part of all this is very, very non-hardware like.
+ * So it gets its own bootblock.
+ */
void main(void)
{
if (IS_ENABLED(CONFIG_BOOTBLOCK_CONSOLE)) {