diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-26 21:24:24 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-27 08:52:22 -0400 |
commit | 08019ccf9ce95128a25d170940d18b380182c38f (patch) | |
tree | 777b11551f61e19b21ccba654d981d13166b2aa3 /board/ti/sdp4430 | |
parent | a0dd989ffb2c6d67907c464663a0ea0828328eee (diff) | |
download | u-boot-08019ccf9ce95128a25d170940d18b380182c38f.tar.gz u-boot-08019ccf9ce95128a25d170940d18b380182c38f.tar.bz2 u-boot-08019ccf9ce95128a25d170940d18b380182c38f.zip |
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 <yamada.masahiro@socionext.com>
Diffstat (limited to 'board/ti/sdp4430')
-rw-r--r-- | board/ti/sdp4430/cmd_bat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |