commit | 1a68227cc7aac60aca2d488bf0958260a01914b8 | [log] [tgz] |
---|---|---|
author | Sinthu Raja <sinthu.raja@ti.com> | Tue Jan 10 21:17:49 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 27 12:51:26 2023 -0500 |
tree | 2c78464e8ce6955662b0a808ab37c8457e1ca378 | |
parent | 0b99cd8127e6b8bd90e590c11f6df69a6f5c63a3 [diff] |
configs: j721s2_evm: Enable configs to store env in MMC FAT partition J721S2 EVM used to store env on eMMC, since EVM and SK uses same defconfig and there is no eMMC on SK, we need to keep env in an interface which available on both EVM and SK. So, save env in FAT partition of MMC SD Card. Enable defconfigs relevant for storing env on FAT partition of MMC. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>