Commit e6b60145 authored by James T. Lee's avatar James T. Lee
Browse files

u-boot: Disable unstable USB boot support for Pinebook Pro

The previous solution of disabling CONFIG_USB_OHCI_GENERIC worked except
for when plugged into the USB-C dock.  This workaround disables USB boot
support as was done in Debian, Manjaro, and OpenBSD.  Don't need USB
boot support anyway when the SD card will do.
parent 83e02c3b
...@@ -55,8 +55,10 @@ class nest::base::firmware::uboot { ...@@ -55,8 +55,10 @@ class nest::base::firmware::uboot {
value => n, value => n,
; ;
# Hangs system during early kernel init # Disable unstable USB boot support
'CONFIG_USB_OHCI_GENERIC': # See: https://gitlab.manjaro.org/manjaro-arm/packages/core/uboot-rockpro64/-/issues/4
# See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973323
'CONFIG_USE_PREBOOT':
value => n, value => n,
; ;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment