mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +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:
parent
82e1beff2e
commit
f263326ef8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user