From f263326ef857fba9189f821444c9f52a7af9ed18 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 --- 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 92d243f45..548f3eca1 100644 --- a/buildroot-external/board/asus/tinker/uboot.config +++ b/buildroot-external/board/asus/tinker/uboot.config @@ -3,3 +3,4 @@ CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_SPL_PAD_TO=0x3f8000 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x2000 +# CONFIG_ENV_IS_IN_MMC is not set