commit | 7a40983df824b4643ce2db14a26139245789c070 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:22:57 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:02:44 2022 -0400 |
tree | 58a2701d49ed9b10201818d1c213c035c68f1e4a | |
parent | e7d53ed3efc04e89b6570189e53ba54bebf8d022 [diff] |
dm: blk: mmc: Tidy up some Makefile rules for SPL Use the correct SPL_TPL_ variable so that these features can be enabled in TPL and VPL as needed. Disable it by default in TPL to avoid any code-size increase. No boards are actually using it since the Makefile rules don't allow including drivers/block/ with TPL_DM enabled. It can be manually enabled as needed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>