projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0dd989
)
omap4: sdp4430: match the #endif comment to #ifdef
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Thu, 26 Oct 2017 12:24:24 +0000
(21:24 +0900)
committer
Tom Rini
<trini@konsulko.com>
Fri, 27 Oct 2017 12:52:22 +0000
(08:52 -0400)
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>
board/ti/sdp4430/cmd_bat.c
patch
|
blob
|
history
diff --git
a/board/ti/sdp4430/cmd_bat.c
b/board/ti/sdp4430/cmd_bat.c
index 7e8dbb1b0063fc1b21e77f4c64ada19162a61422..4c7beeb3ef60647e96f4a984f9e23c57715f0898 100644
(file)
--- 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
*/