diff options
author | vishnupatekar <vishnupatekar0510@gmail.com> | 2016-03-21 22:28:56 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-03-23 22:04:13 +0100 |
commit | 43dea54338095361bec432ade8f313a50adfae1f (patch) | |
tree | be9c387c5bea64fa3e70c50aa7ff6f0cc7349a56 /configs | |
parent | df63651130af1973e1ddc00de041bcec1824ca6b (diff) |
sunxi: sinovoip-bpi-m3: drop LDO settings from defconfig
Kconfig default settings are same as mentioned Sinovoip
Bpi-m3 schematic.
As axp818 ALDO support is enabled, it causes bpi-m3 fail to boot
if ALDOs are set to 0.
Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Sinovoip_BPI_M3_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/Sinovoip_BPI_M3_defconfig b/configs/Sinovoip_BPI_M3_defconfig index 2ff0058b7d7..ffb9b7a525b 100644 --- a/configs/Sinovoip_BPI_M3_defconfig +++ b/configs/Sinovoip_BPI_M3_defconfig @@ -14,5 +14,3 @@ CONFIG_SPL=y # CONFIG_CMD_FPGA is not set CONFIG_AXP_DCDC1_VOLT=3000 CONFIG_AXP_DCDC5_VOLT=1200 -CONFIG_AXP_ALDO2_VOLT=0 -CONFIG_AXP_ALDO3_VOLT=0 |