mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Starting with U-Boot v2024.07 RK3328 and RK3399 have common Kconfig options enabled by default. And starting from U-Boot v2025.04 our RK3288 targets have common Kconfig options enabled by default. Keep DISPLAY/VIDEO, USB_KEYBOARD, ENV_IS_IN and EFI_LOADER options disabled to speed up boot.
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
CONFIG_BOOTDELAY=1
|
|
# CONFIG_BOOTMETH_VBE is not set
|
|
# CONFIG_DISPLAY is not set
|
|
# CONFIG_EFI_LOADER is not set
|
|
# CONFIG_ENV_IS_IN_MMC is not set
|
|
# CONFIG_ENV_IS_IN_SPI_FLASH is not set
|
|
# CONFIG_NET_RANDOM_ETHADDR is not set
|
|
# CONFIG_TOOLS_MKEFICAPSULE is not set
|
|
# CONFIG_USB_KEYBOARD is not set
|
|
# CONFIG_VIDEO is not set
|