summaryrefslogtreecommitdiff
path: root/include/configs/ti_omap3_common.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-04-26 13:41:32 -0500
committerTom Rini <trini@konsulko.com>2017-05-09 20:35:38 -0400
commit05b8dc5cd30a6d6cdfb29c9e718198692e12b4bf (patch)
treeb5109b275be0f9208027d42a718d44dba6ae3e06 /include/configs/ti_omap3_common.h
parent7815c709ab2818448dbce3f7f16c97c864adbe58 (diff)
downloadu-boot-05b8dc5cd30a6d6cdfb29c9e718198692e12b4bf.tar.gz
power: twl4030: Remove CONFIG_TWL4030_POWER from include/configs
With the addition of Kconfig now having CONFIG_TWL4030_POWER and with that being the default when OMAP34XX is selected, this is no longer needed in include/configs and can be removed from the whitelist. This has only been tested on logic PD DM3730 using ti_omap3_common.h Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/ti_omap3_common.h')
-rw-r--r--include/configs/ti_omap3_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ti_omap3_common.h b/include/configs/ti_omap3_common.h
index 0147662f44..393d867a73 100644
--- a/include/configs/ti_omap3_common.h
+++ b/include/configs/ti_omap3_common.h
@@ -58,9 +58,6 @@
#define CONFIG_SYS_MONITOR_LEN (256 << 10)
-/* TWL4030 */
-#define CONFIG_TWL4030_POWER
-
/* SPL */
#define CONFIG_SPL_TEXT_BASE 0x40200800
#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-omap2/u-boot-spl.lds"