Commit 3f80471242ce4c8754ab700a97a32111e17c96d7

Authored by Eric Lee
1 parent 93e96ce2ff

Initial Release of v2017.01 U-Boot for SMARC-T335X EMMC Boot Up

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

include/configs/smarct335x_evm.h
... ... @@ -397,7 +397,7 @@
397 397 #undef CONFIG_SPL_OS_BOOT
398 398 #undef CONFIG_ENV_IS_NOWHERE
399 399 #define CONFIG_ENV_IS_IN_MMC
400   -#define CONFIG_SYS_MMC_ENV_DEV 0
  400 +#define CONFIG_SYS_MMC_ENV_DEV 1
401 401 #define CONFIG_SYS_MMC_ENV_PART 0
402 402 #define CONFIG_ENV_OFFSET 0x0
403 403 #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)