]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/omap3_beagle.h
omap3_beagle.h: Fix comment for true/false return value.
[karo-tx-uboot.git] / include / configs / omap3_beagle.h
index 7a3cc16a09ba2e4ec6c2af060589e90a77753d6e..741cbd9cef312383bde52324af622859ce449430 100644 (file)
                "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 " \