mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-17 23:54:06 +01:00
The new U-Boot 2023.01 requires an additional config which is missing from the generic Raspberry Pi U-Boot configuration (see #2234). Add it to the generic Raspberry Pi U-Boot configuration so Yellow as well as other CM4 based systems can boot from NVMe SSD again.
14 lines
236 B
Plaintext
14 lines
236 B
Plaintext
CONFIG_CMD_NVME=y
|
|
|
|
# CONFIG_DOS_PARTITION is not set
|
|
CONFIG_USB_STORAGE=y
|
|
CONFIG_USB_FUNCTION_MASS_STORAGE=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_EHCI_GENERIC=y
|
|
CONFIG_USB_OHCI_HCD=y
|
|
|
|
CONFIG_USB_XHCI_BRCM=y
|
|
|
|
CONFIG_NVME=y
|
|
CONFIG_NVME_PCI=y
|