From 463c685e9b1ef21c0699753b630194b6f3e47c27 Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Tue, 27 Apr 2021 00:53:18 +0200 Subject: [PATCH] sys-boot/u-boot: fix failure to kexec on rk3399 --- .../u-boot/{u-boot-2021.04.ebuild => u-boot-2021.04-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) rename sys-boot/u-boot/{u-boot-2021.04.ebuild => u-boot-2021.04-r1.ebuild} (92%) diff --git a/sys-boot/u-boot/u-boot-2021.04.ebuild b/sys-boot/u-boot/u-boot-2021.04-r1.ebuild similarity index 92% rename from sys-boot/u-boot/u-boot-2021.04.ebuild rename to sys-boot/u-boot/u-boot-2021.04-r1.ebuild index 5d04cd3..f94f81f 100644 --- a/sys-boot/u-boot/u-boot-2021.04.ebuild +++ b/sys-boot/u-boot/u-boot-2021.04-r1.ebuild @@ -54,6 +54,9 @@ src_prepare() { src_configure() { emake $(uboot_get_defconfig) + + # for some reason rk3399 fails to jump to a kernel if this is on?! + sed -i -e '/CONFIG_USB_EHCI_HCD=y/d' -e '/CONFIG_USB_EHCI_GENERIC=y/d' .config } src_compile() {