Files
LibreELEC.tv/projects/Rockchip/bootloader/config
Jonas Karlman decfbdad4c Rockchip: bootloader: update config
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.
2025-09-12 09:30:58 +00:00

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