commit | 9af4a0c8a6ffb34e968bdcb8bcaf8d97610e53b3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Oct 14 07:50:19 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 21 13:47:56 2022 -0400 |
tree | 24f9484afecd8577f324ef1c78bdf141db164ffd | |
parent | f35e37cffd6e57c614ec9de0923ee5d1cff1077f [diff] |
core: Enable DM by default There are no longer any platforms which do not enable DM, move this to a def_bool y and remove the check in the Makefile. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>