summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-11-11 23:20:58 +0000
committerTom Rini <trini@ti.com>2012-12-10 08:54:02 -0700
commitd7aff44a00e5de3de2ed18a3329edf5ff9d3aada (patch)
tree29ffc70fd56e54b67805c84d51c969ff600174b2 /include
parentb4606c6cea2a0efc8b9d4056f7971a64754b0f91 (diff)
downloadtalos-obmc-uboot-d7aff44a00e5de3de2ed18a3329edf5ff9d3aada.tar.gz
talos-obmc-uboot-d7aff44a00e5de3de2ed18a3329edf5ff9d3aada.zip
omap3_beagle.h: Fix comment for true/false return value.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'include')
-rw-r--r--include/configs/omap3_beagle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 7a3cc16a09..741cbd9cef 100644
--- 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 (false) if not */
+/* "run userbutton" will return 1 (false) if pressed and 0 (true) if not */
#define CONFIG_BOOTCOMMAND \
"mmc dev ${mmcdev}; if mmc rescan; then " \
"if run userbutton; then " \
OpenPOWER on IntegriCloud