Fixed stuck at axp20_ldo2 for Cubieboard 1 - workaround not needed any more.

https://forum.armbian.com/index.php/topic/729-olimex-lime-a20-wont-boot-armbian/
This commit is contained in:
Igor Pecovnik 2016-11-18 12:06:46 +01:00
parent 7af9a2b115
commit 31be83fd9e
2 changed files with 3 additions and 6 deletions

View File

@ -24,11 +24,6 @@ esac
CPUMIN=240000
CPUMAX=912000
# last known working
if [[ $BOARD == cubieboard ]]; then
BOOTBRANCH="tag:v2015.10"
fi
family_tweaks()
{
# TODO: replace with udev rule

View File

@ -4,9 +4,11 @@ new mode 100755
index c884115..a45fbb0
--- a/configs/Cubieboard_defconfig
+++ b/configs/Cubieboard_defconfig
@@ -10,4 +10,5 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_EMAC,AHCI,SATAPWR=SUNXI_GPB(8)"
@@ -10,4 +10,7 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_EMAC,AHCI,SATAPWR=SUNXI_GPB(8)"
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_FPGA is not set
+CONFIG_CMD_GPIO=y
+CONFIG_AXP_ALDO3_VOLT=2800
+CONFIG_AXP_ALDO4_VOLT=2800
CONFIG_USB_EHCI_HCD=y