mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 23:11:32 +02:00
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>
This commit is contained in:
@@ -109,7 +109,6 @@
|
|||||||
/*
|
/*
|
||||||
* TWL4030
|
* TWL4030
|
||||||
*/
|
*/
|
||||||
#define CONFIG_TWL4030_POWER
|
|
||||||
#define CONFIG_TWL4030_LED
|
#define CONFIG_TWL4030_LED
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -126,7 +126,6 @@
|
|||||||
/*
|
/*
|
||||||
* TWL4030
|
* TWL4030
|
||||||
*/
|
*/
|
||||||
#define CONFIG_TWL4030_POWER
|
|
||||||
#define CONFIG_TWL4030_LED
|
#define CONFIG_TWL4030_LED
|
||||||
#define CONFIG_TWL4030_KEYPAD
|
#define CONFIG_TWL4030_KEYPAD
|
||||||
|
|
||||||
|
@@ -89,7 +89,6 @@
|
|||||||
#define CONFIG_SDRC /* The chip has SDRC controller */
|
#define CONFIG_SDRC /* The chip has SDRC controller */
|
||||||
|
|
||||||
#define CONFIG_OMAP3_EVM /* This is a OMAP3 EVM */
|
#define CONFIG_OMAP3_EVM /* This is a OMAP3 EVM */
|
||||||
#define CONFIG_TWL4030_POWER /* with TWL4030 PMIC */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Clock related definitions
|
* Clock related definitions
|
||||||
|
@@ -82,12 +82,6 @@
|
|||||||
#define CONFIG_SYS_I2C_OMAP34XX
|
#define CONFIG_SYS_I2C_OMAP34XX
|
||||||
#define CONFIG_I2C_MULTI_BUS
|
#define CONFIG_I2C_MULTI_BUS
|
||||||
|
|
||||||
/*
|
|
||||||
* Power
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define CONFIG_TWL4030_POWER
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Input
|
* Input
|
||||||
*/
|
*/
|
||||||
|
@@ -90,7 +90,6 @@
|
|||||||
/*
|
/*
|
||||||
* TWL4030
|
* TWL4030
|
||||||
*/
|
*/
|
||||||
#define CONFIG_TWL4030_POWER
|
|
||||||
#define CONFIG_TWL4030_LED
|
#define CONFIG_TWL4030_LED
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -58,9 +58,6 @@
|
|||||||
|
|
||||||
#define CONFIG_SYS_MONITOR_LEN (256 << 10)
|
#define CONFIG_SYS_MONITOR_LEN (256 << 10)
|
||||||
|
|
||||||
/* TWL4030 */
|
|
||||||
#define CONFIG_TWL4030_POWER
|
|
||||||
|
|
||||||
/* SPL */
|
/* SPL */
|
||||||
#define CONFIG_SPL_TEXT_BASE 0x40200800
|
#define CONFIG_SPL_TEXT_BASE 0x40200800
|
||||||
#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-omap2/u-boot-spl.lds"
|
#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-omap2/u-boot-spl.lds"
|
||||||
|
@@ -82,7 +82,6 @@
|
|||||||
#define CONFIG_SYS_EEPROM_BUS_NUM 1
|
#define CONFIG_SYS_EEPROM_BUS_NUM 1
|
||||||
|
|
||||||
/* TWL4030 */
|
/* TWL4030 */
|
||||||
#define CONFIG_TWL4030_POWER
|
|
||||||
#define CONFIG_TWL4030_LED
|
#define CONFIG_TWL4030_LED
|
||||||
|
|
||||||
/* Board NAND Info */
|
/* Board NAND Info */
|
||||||
|
@@ -6209,7 +6209,6 @@ CONFIG_TUXX1
|
|||||||
CONFIG_TWL4030_INPUT
|
CONFIG_TWL4030_INPUT
|
||||||
CONFIG_TWL4030_KEYPAD
|
CONFIG_TWL4030_KEYPAD
|
||||||
CONFIG_TWL4030_LED
|
CONFIG_TWL4030_LED
|
||||||
CONFIG_TWL4030_POWER
|
|
||||||
CONFIG_TWL4030_PWM
|
CONFIG_TWL4030_PWM
|
||||||
CONFIG_TWL4030_USB
|
CONFIG_TWL4030_USB
|
||||||
CONFIG_TWL6030_INPUT
|
CONFIG_TWL6030_INPUT
|
||||||
|
Reference in New Issue
Block a user