diff options
author | Chen-Yu Tsai | 2016-01-12 14:42:39 +0800 |
---|---|---|
committer | Hans de Goede | 2016-01-26 16:20:05 +0100 |
commit | f7b4fff3f08e75c58f1819e8e7ca68af8afa61c2 (patch) | |
tree | 23852343dd1c5c57b3fe0c06d4a19eb29428ace8 /configs | |
parent | 0509efb7e921ca1a274bb6b9702976e74f6b2b67 (diff) |
sunxi: h8_homlet_v2: Drop LDO settings from defconfig
The LDO settings in this defconfig are either wrong (ALDOs must not be 0)
or the same as Kconfig defaults.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
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/h8_homlet_v2_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/h8_homlet_v2_defconfig b/configs/h8_homlet_v2_defconfig index dc2809acb0e..ecd04a6629d 100644 --- a/configs/h8_homlet_v2_defconfig +++ b/configs/h8_homlet_v2_defconfig @@ -19,6 +19,3 @@ CONFIG_AXP_DCDC2_VOLT=900 CONFIG_AXP_DCDC3_VOLT=900 CONFIG_AXP_DCDC4_VOLT=0 CONFIG_AXP_DCDC5_VOLT=1500 -CONFIG_AXP_ALDO2_VOLT=0 -CONFIG_AXP_ALDO3_VOLT=0 -CONFIG_AXP_DLDO4_VOLT=0 |