From f5f0b7b71a450dd87e6e477cf53417c7c8d68ad2 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 7 Oct 2016 13:02:31 +0200 Subject: mainboard/emulation: Use C89 comments style & remove commented code Change-Id: I627338505fe1273366bc8f6f528d829b3162b371 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/16916 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/emulation/qemu-power8/bootblock.c | 5 +++-- src/mainboard/emulation/qemu-power8/mainboard.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mainboard/emulation/qemu-power8') 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 #include -// 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)) { diff --git a/src/mainboard/emulation/qemu-power8/mainboard.c b/src/mainboard/emulation/qemu-power8/mainboard.c index 6413f294e8..70b858e7ca 100644 --- a/src/mainboard/emulation/qemu-power8/mainboard.c +++ b/src/mainboard/emulation/qemu-power8/mainboard.c @@ -24,7 +24,7 @@ static void mainboard_enable(device_t dev) die("No dev0; die\n"); } - // Where does RAM live? + /* Where does RAM live? */ ram_resource(dev, 0, 2048, 32768); cbmem_recovery(0); } -- cgit v1.2.3