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:
f34024d
)
cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
author
Bartlomiej Sieka
<tur@semihalf.com>
Thu, 13 Sep 2007 16:21:48 +0000
(18:21 +0200)
committer
Bartlomiej Sieka
<tur@semihalf.com>
Thu, 13 Sep 2007 16:21:48 +0000
(18:21 +0200)
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
board/cm5200/cmd_cm5200.c
patch
|
blob
|
history
diff --git
a/board/cm5200/cmd_cm5200.c
b/board/cm5200/cmd_cm5200.c
index 513c365537227937ad29d89f795768032675810f..354f2bf6eb82da2c6b07baa1031a92c17e96f029 100644
(file)
--- a/
board/cm5200/cmd_cm5200.c
+++ b/
board/cm5200/cmd_cm5200.c
@@
-27,7
+27,7
@@
#include <i2c.h>
#include <usb.h>
-#ifdef CONFIG_CMD_BS
B
+#ifdef CONFIG_CMD_BS
P
int do_i2c(char *argv[])
{