sys-boot/u-boot: fix failure to kexec on rk3399

This commit is contained in:
Martin Sekera 2021-04-27 00:53:18 +02:00
parent 97d4cce7b4
commit 463c685e9b

View file

@ -54,6 +54,9 @@ src_prepare() {
src_configure() { src_configure() {
emake $(uboot_get_defconfig) 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() { src_compile() {