summaryrefslogtreecommitdiff
path: root/src/mainboard/artecgroup/dbe61/mainboard.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-10-07 17:38:01 +0200
committerMartin Roth <martinroth@google.com>2016-10-09 21:39:18 +0200
commit8d94fbd9997ee5ebc9d2a373b56672c8fa865255 (patch)
treef131cc0c6ea75176a6e01f8178178785814220f8 /src/mainboard/artecgroup/dbe61/mainboard.c
parentaacd548c26f251583f1035d4ecc544198721f937 (diff)
downloadcoreboot-8d94fbd9997ee5ebc9d2a373b56672c8fa865255.tar.xz
mainboard/artecgroup: Use C89 comments style & remove commented code
Change-Id: Ia1e7f558bbc44001358339a522e59a2ef7c420fb Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16923 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/artecgroup/dbe61/mainboard.c')
-rw-r--r--src/mainboard/artecgroup/dbe61/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/artecgroup/dbe61/mainboard.c b/src/mainboard/artecgroup/dbe61/mainboard.c
index b98c71114b..179fab7afe 100644
--- a/src/mainboard/artecgroup/dbe61/mainboard.c
+++ b/src/mainboard/artecgroup/dbe61/mainboard.c
@@ -34,7 +34,7 @@ static void init_gpio(void)
static void init(struct device *dev)
{
- // BOARD-SPECIFIC INIT
+ /* BOARD-SPECIFIC INIT */
printk(BIOS_DEBUG, "ARTECGROUP DBE61 ENTER %s\n", __func__);
init_gpio();