Skip to content

Commit

Permalink
Disable MMC environment on ASUS Tinkerboard (#3124)
Browse files Browse the repository at this point in the history
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 f263326)
  • Loading branch information
agners authored and sairon committed Jan 31, 2024
1 parent 8eeb85e commit f4f7928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildroot-external/board/asus/tinker/uboot.config
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f4f7928

Please sign in to comment.