commit | eb1f909632f90f450b2a6d161b860947970b50db | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jul 24 17:14:47 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 08 11:03:52 2020 -0400 |
tree | d1980362503baa76640290b557206aaad17fab2f | |
parent | d5639a0189ee65225d49d6c0de000eb80e9c6426 [diff] |
Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig This converts the following to Kconfig: CONFIG_SYS_MMC_ENV_DEV CONFIG_SYS_MMC_ENV_PART Note that with this conversion we now have consistent behavior with respect to ensuring that we have always selected the correct MMC device and hardware partition. Signed-off-by: Tom Rini <trini@konsulko.com>