commit | c1edd475ab6fa5320a1d4b9af56aa1f078d285a7 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 01 19:30:18 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 07 08:00:40 2024 -0600 |
tree | 2df3938f0bb8cefbc868059638c3a4a44d3cb2d5 | |
parent | 7070597b7aa8f3ce523451c9ca062256ab9ac659 [diff] |
mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig The constraints on the MMC_SUPPORTS_TUNING symbol can easily be expressed in Kconfig (with the addition of SPL_MMC_SUPPORTS_TUNING). Furthermore, in order to remove <common.h> from the MMC subsystem, the way this symbol is used today needs to be changed in order to continue functioning. Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Tom Rini <trini@konsulko.com>