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 --- .../uboot-sunxi/patches/020-boot-display-board-model-on-startup.patch | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/boot/uboot-sunxi/patches/020-boot-display-board-model-on-startup.patch') diff --git a/package/boot/uboot-sunxi/patches/020-boot-display-board-model-on-startup.patch b/package/boot/uboot-sunxi/patches/020-boot-display-board-model-on-startup.patch index 64dff485e3..d49fc97373 100644 --- a/package/boot/uboot-sunxi/patches/020-boot-display-board-model-on-startup.patch +++ b/package/boot/uboot-sunxi/patches/020-boot-display-board-model-on-startup.patch @@ -11,8 +11,6 @@ Signed-off-by: Simon Glass include/configs/sunxi-common.h | 1 + 1 file changed, 1 insertion(+) -diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h -index ff356e3..b26363d 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -174,6 +174,7 @@ -- cgit v1.2.3