commit | d7191998e7cfc1a500d1b7713701196011497d83 | [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 | 6dbd5ab634c48a95615329722ea4bc2d9027ac7e [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>