From: Robert P. J. Day Date: Sun, 11 Nov 2012 23:20:58 +0000 (+0000) Subject: omap3_beagle.h: Fix comment for true/false return value. X-Git-Tag: v2013.01-rc3~9^2~1^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7aff44a00e5de3de2ed18a3329edf5ff9d3aada;p=platform%2Fkernel%2Fu-boot.git omap3_beagle.h: Fix comment for true/false return value. Signed-off-by: Robert P. J. Day --- diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 7a3cc16..741cbd9 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 " \