]> git.baikalelectronics.ru Git - uboot.git/commit
core: Enable DM by default
authorTom Rini <trini@konsulko.com>
Fri, 14 Oct 2022 11:50:19 +0000 (07:50 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 21 Oct 2022 17:47:56 +0000 (13:47 -0400)
commit784ec9daacde8a7ba25a358ca1dd0678447180ba
tree24f9484afecd8577f324ef1c78bdf141db164ffd
parent0a885bc7c90f8d66f755de7249a59062d8079dd5
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>
Makefile
drivers/core/Kconfig