Disable MMC environment on ASUS Tinkerboard (#3124)

We don't really use the MMC environment, so disable it by default. This
prevents the following warning at startup:
Loading Environment from MMC... *** Warning - bad CRC, using default environment

(cherry picked from commit f263326ef857fba9189f821444c9f52a7af9ed18)
This commit is contained in:
Stefan Agner 2024-01-30 11:47:48 +01:00 committed by Jan Čermák
parent 8eeb85ed17
commit f4f7928f17
No known key found for this signature in database
GPG Key ID: A78C897AA3AF012B

View File

@ -1,3 +1,4 @@
# CONFIG_USB_STORAGE is not set # CONFIG_USB_STORAGE is not set
# CONFIG_DOS_PARTITION is not set # CONFIG_DOS_PARTITION is not set
CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_OF_LIBFDT_OVERLAY=y
# CONFIG_ENV_IS_IN_MMC is not set