Skip to content
Snippets Groups Projects
Commit d7aff44a authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Tom Rini
Browse files

omap3_beagle.h: Fix comment for true/false return value.

parent b4606c6c
No related branches found
No related tags found
No related merge requests found
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
"else run userbutton_nonxm; fi;\0" \ "else run userbutton_nonxm; fi;\0" \
"userbutton_xm=gpio input 4;\0" \ "userbutton_xm=gpio input 4;\0" \
"userbutton_nonxm=gpio input 7;\0" "userbutton_nonxm=gpio input 7;\0"
/* "run userbutton" will return 1 (false) if is pressed and 0 (false) if not */ /* "run userbutton" will return 1 (false) if pressed and 0 (true) if not */
#define CONFIG_BOOTCOMMAND \ #define CONFIG_BOOTCOMMAND \
"mmc dev ${mmcdev}; if mmc rescan; then " \ "mmc dev ${mmcdev}; if mmc rescan; then " \
"if run userbutton; then " \ "if run userbutton; then " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment