From 0692b4d0100ca8a6d2d5b52728e358ea2f25c625 Mon Sep 17 00:00:00 2001 From: Rene Straub Date: Wed, 31 Jul 2019 12:28:02 +0200 Subject: [PATCH] nmhw24: fix C90 comment style --- include/configs/am335x_nmhw24.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/am335x_nmhw24.h b/include/configs/am335x_nmhw24.h index 1546254c8f..feac5f84c8 100644 --- a/include/configs/am335x_nmhw24.h +++ b/include/configs/am335x_nmhw24.h @@ -96,7 +96,7 @@ int eth_phy_timeout(void); #define INITRD_HIGH_ADDR "0x84000000" #define FDT_HIGH_ADDR "0xffffffff" -// TODO: Check big differences to NMHW20 +/* TODO: Check big differences to NMHW20 */ #define CONFIG_EXTRA_ENV_SETTINGS \ "fdt_image=am335x-nmhw24-prod1.dtb\0" \ "fdt_addr_r=" FDT_ADDR "\0" \ @@ -191,7 +191,7 @@ int eth_phy_timeout(void); #endif -// TODO: Check if ok? +/* TODO: Check if ok? */ #define CONFIG_ZERO_BOOTDELAY_CHECK /* UART Configuration */