projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4606c6
)
omap3_beagle.h: Fix comment for true/false return value.
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Sun, 11 Nov 2012 23:20:58 +0000
(23:20 +0000)
committer
Tom Rini
<trini@ti.com>
Mon, 10 Dec 2012 15:54:02 +0000
(08:54 -0700)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
include/configs/omap3_beagle.h
patch
|
blob
|
history
diff --git
a/include/configs/omap3_beagle.h
b/include/configs/omap3_beagle.h
index 7a3cc16a09ba2e4ec6c2af060589e90a77753d6e..741cbd9cef312383bde52324af622859ce449430 100644
(file)
--- a/
include/configs/omap3_beagle.h
+++ b/
include/configs/omap3_beagle.h
@@
-287,7
+287,7
@@
"else run userbutton_nonxm; fi;\0" \
"userbutton_xm=gpio input 4;\0" \
"userbutton_nonxm=gpio input 7;\0"
-/* "run userbutton" will return 1 (false) if
is pressed and 0 (fals
e) if not */
+/* "run userbutton" will return 1 (false) if
pressed and 0 (tru
e) if not */
#define CONFIG_BOOTCOMMAND \
"mmc dev ${mmcdev}; if mmc rescan; then " \
"if run userbutton; then " \