From f4f7928f17862f1890c15c6f853b14c24cb06532 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 30 Jan 2024 11:47:48 +0100 Subject: [PATCH] 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) --- buildroot-external/board/asus/tinker/uboot.config | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/board/asus/tinker/uboot.config b/buildroot-external/board/asus/tinker/uboot.config index 13e696205..b5007a7e7 100644 --- a/buildroot-external/board/asus/tinker/uboot.config +++ b/buildroot-external/board/asus/tinker/uboot.config @@ -1,3 +1,4 @@ # CONFIG_USB_STORAGE is not set # CONFIG_DOS_PARTITION is not set CONFIG_OF_LIBFDT_OVERLAY=y +# CONFIG_ENV_IS_IN_MMC is not set