With U-Boot 2021.04 we can use the upstream SoC revision detection by enabling runtime variables and using the "soc_rev" variable.
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
CONFIG_DOS_PARTITION=y
|
|
# CONFIG_EFI_PARTITION is not set
|
|
# CONFIG_USB_STORAGE is not set
|
|
CONFIG_DISPLAY_BOARDINFO=y
|
|
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
|