Use upstream SoC version detection (#1348)

With U-Boot 2021.04 we can use the upstream SoC revision detection by
enabling runtime variables and using the "soc_rev" variable.
This commit is contained in:
Stefan Agner
2021-04-29 22:52:46 +02:00
committed by GitHub
parent 5ac85a4c45
commit 367fc1561b
2 changed files with 2 additions and 1 deletions

View File

@@ -2,3 +2,4 @@ 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