From: Masahiro Yamada Date: Thu, 26 Oct 2017 12:24:24 +0000 (+0900) Subject: omap4: sdp4430: match the #endif comment to #ifdef X-Git-Tag: v2017.11-rc3~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=08019ccf9ce95128a25d170940d18b380182c38f;p=u-boot omap4: sdp4430: match the #endif comment to #ifdef This comment creates a wrong entry in config_whitelist.txt. I did not touch config_whitelist.txt - the CONFIG will be dropped by the next re-sync. Signed-off-by: Masahiro Yamada --- diff --git a/board/ti/sdp4430/cmd_bat.c b/board/ti/sdp4430/cmd_bat.c index 7e8dbb1b00..4c7beeb3ef 100644 --- a/board/ti/sdp4430/cmd_bat.c +++ b/board/ti/sdp4430/cmd_bat.c @@ -39,4 +39,4 @@ U_BOOT_CMD( "bat startcharge - start charging via USB\n" "bat stopcharge - stop charging\n" ); -#endif /* CONFIG_BAT_CMD */ +#endif /* CONFIG_CMD_BAT */