summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2015-10-08 21:12:25 +0300
committerTom Rini <trini@konsulko.com>2015-10-11 17:12:06 -0400
commit689821fd766fb4855deafd04eaffeef5b2c6579e (patch)
tree56904175379c42bacd77fb6c00d0adb14f4323c5
parent492f24e886a032c56e16647e69e536edb2be8e5d (diff)
downloadtalos-obmc-uboot-689821fd766fb4855deafd04eaffeef5b2c6579e.tar.gz
talos-obmc-uboot-689821fd766fb4855deafd04eaffeef5b2c6579e.zip
ti: omap3: config: remove 1 from boolean define
CONFIG_TWL4030_POWER is a boolean define variable. It is either defined or not defined and should not have a value assigned to it. Remove the value. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
-rw-r--r--include/configs/ti_omap3_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti_omap3_common.h b/include/configs/ti_omap3_common.h
index be231a5513..e399a879ac 100644
--- a/include/configs/ti_omap3_common.h
+++ b/include/configs/ti_omap3_common.h
@@ -66,7 +66,7 @@
#define CONFIG_SYS_MONITOR_LEN (256 << 10)
/* TWL4030 */
-#define CONFIG_TWL4030_POWER 1
+#define CONFIG_TWL4030_POWER
/* SPL */
#define CONFIG_SPL_TEXT_BASE 0x40200800
OpenPOWER on IntegriCloud