Commit 13138123b43a5863eee0a88f8c309fe28b0532b8

Authored by Eric Lee
1 parent c8210feadf

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
... ... @@ -58,7 +58,7 @@
58 58  
59 59 #define CONFIG_SYS_FSL_USDHC_NUM 3
60 60 #define CONFIG_SYS_MMC_ENV_DEV 2 /* 0 SDHC, 1 SDMMC, 2 eMMC */
61   -#define CONFIG_SYS_MMC_ENV_PART 1 /* user partition */
  61 +#define CONFIG_SYS_MMC_ENV_PART 0 /* user partition */
62 62  
63 63 #ifdef CONFIG_SYS_USE_SPINOR
64 64 #define CONFIG_SF_DEFAULT_CS (1|(IMX_GPIO_NR(5, 29)<<8)) /* Use SPI2 SS0 as chip select */