sys-boot/u-boot: fix failure to kexec on rk3399
This commit is contained in:
parent
97d4cce7b4
commit
463c685e9b
1 changed files with 3 additions and 0 deletions
|
@ -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() {
|
Loading…
Add table
Add a link
Reference in a new issue