projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
492f24e
)
ti: omap3: config: remove 1 from boolean define
author
Igor Grinberg
<grinberg@compulab.co.il>
Thu, 8 Oct 2015 18:12:25 +0000
(21:12 +0300)
committer
Tom Rini
<trini@konsulko.com>
Sun, 11 Oct 2015 21:12:06 +0000
(17:12 -0400)
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>
include/configs/ti_omap3_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ti_omap3_common.h
b/include/configs/ti_omap3_common.h
index be231a551361dc6392d10f7f203471367f255336..e399a879ac3140775d19918d16a291122d67a817 100644
(file)
--- 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