1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

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
This commit is contained in:
Stefan Agner
2024-01-30 11:47:48 +01:00
committed by GitHub
parent 82e1beff2e
commit f263326ef8

View File

@@ -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