commit | 7f18c34b976765ed83821985160d836a3751f7a4 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Aug 31 18:03:28 2019 +0200 |
committer | Marek Vasut <marex@denx.de> | Mon Sep 02 17:38:42 2019 +0200 |
tree | 1b7d1fda5a0139123e22caa723bca2cc4e9affe7 | |
parent | 7b2722695273d1c507e921b5726d020eb8939c2a [diff] |
dm: core: Decouple DM from DT Some of the DM functions depend on OF_CONTROL, which is incorrect. DM and DT are orthogonal. Add macro guards around such functions to avoid compiling them in when DM is enabled, while OF_CONTROL is not. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Simon Glass <sjg@chromium.org>