From 9e2f8fa1e5df297c172ce1472eb076c3c0b27cad Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 23 Nov 2016 16:21:50 +0100 Subject: uboot-sunxi: fix default config for OLIMEX A13 SOM (FS#239) The current uboot default config for the A13 SOM erroneously enables support for the AXP209 power regulator IC which is not present on the board. This superfluous support module sets an incorrect initial clock frequency and confuses the kernel, ultimately leading to a boot failure later on. Properly disable the PMIC support and enable the EHCI support by translating the deprecated SYS_EXTRA_OPTIONS values into proper SUNXI_NO_PMIC and USB_EHCI_HCD symbols respectively. Also rename 002-add-olimex-a13-som.diff to 002-add-olimex-a13-som.patch and refresh the remaining patches of the series while we're at it. Reported-by: Mario Fischer Signed-off-by: Jo-Philipp Wich --- .../patches/102-sunxi-make_CONS_INDEX-configurable.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'package/boot/uboot-sunxi/patches/102-sunxi-make_CONS_INDEX-configurable.patch') diff --git a/package/boot/uboot-sunxi/patches/102-sunxi-make_CONS_INDEX-configurable.patch b/package/boot/uboot-sunxi/patches/102-sunxi-make_CONS_INDEX-configurable.patch index bf00343ac9..ee1e3c9bfa 100644 --- a/package/boot/uboot-sunxi/patches/102-sunxi-make_CONS_INDEX-configurable.patch +++ b/package/boot/uboot-sunxi/patches/102-sunxi-make_CONS_INDEX-configurable.patch @@ -4,11 +4,9 @@ Date: Tue, 16 Jun 2015 10:59:38 +0200 Subject: ARM: sunxi: Make CONS_INDEX configurable -diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig -index 2a1cd3c..e155c4c 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig -@@ -209,6 +209,14 @@ config SYS_BOARD +@@ -229,6 +229,14 @@ config SYS_BOARD config SYS_SOC default "sunxi" @@ -23,6 +21,3 @@ index 2a1cd3c..e155c4c 100644 config UART0_PORT_F bool "UART0 on MicroSD breakout board" default n --- -cgit v0.10.2 - -- cgit v1.2.3