diff options
Diffstat (limited to 'include/configs/dragonboard410c.h')
-rw-r--r-- | include/configs/dragonboard410c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h index 6b5d59d363..d2447b27d8 100644 --- a/include/configs/dragonboard410c.h +++ b/include/configs/dragonboard410c.h @@ -100,6 +100,7 @@ REFLASH(dragonboard/u-boot.img, 8)\ BOOTENV #define CONFIG_ENV_SIZE 0x2000 +#define CONFIG_SYS_MMC_ENV_DEV 0 /* mmc0 = emmc, mmc1 = sd */ #define CONFIG_ENV_VARS_UBOOT_CONFIG /* Size of malloc() pool */ |