Commit a25b51e56197d3d2e7a870bf8827a46192070f5f

Authored by Eric Lee
1 parent 0933e71600

Fix Saveenv fails bug when TEST# pin shunt crossed

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/smarcfimx6.h
... ... @@ -55,7 +55,7 @@
55 55  
56 56 #define CONFIG_SYS_FSL_USDHC_NUM 3
57 57 #define CONFIG_SYS_MMC_ENV_DEV 2 /* 0 SDHC, 1 SDMMC, 2 eMMC */
58   -#define CONFIG_SYS_MMC_ENV_PART 1 /* user partition */
  58 +#define CONFIG_SYS_MMC_ENV_PART 0 /* user partition */
59 59  
60 60 #ifdef CONFIG_SYS_USE_SPINOR
61 61 #define CONFIG_SF_DEFAULT_CS 0 /* Use SPI2*/