diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2020-01-16 19:42:24 +0530 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-01-20 10:10:28 +0530 |
commit | 4250bf8ed96b50cf78d04fb2564fed351f7daeb2 (patch) | |
tree | 8b5dd015e17058420f40028e73671c171e0acca1 /include/configs/j721e_evm.h | |
parent | 0ee02701bf833ced15248bc5f8176ed06a1b43bb (diff) |
configs: j721e_evm: Add configs for environment in eMMC
Add config to save and read back environment from eMMC.
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs/j721e_evm.h')
-rw-r--r-- | include/configs/j721e_evm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/j721e_evm.h b/include/configs/j721e_evm.h index bbbbe4296e..48d81dfd61 100644 --- a/include/configs/j721e_evm.h +++ b/include/configs/j721e_evm.h @@ -127,4 +127,10 @@ /* Now for the remaining common defines */ #include <configs/ti_armv7_common.h> +/* MMC ENV related defines */ +#ifdef CONFIG_ENV_IS_IN_MMC +#define CONFIG_SYS_MMC_ENV_DEV 0 +#define CONFIG_SYS_MMC_ENV_PART 1 +#endif + #endif /* __CONFIG_J721E_EVM_H */ |