commit | 40916e697afa1b5fd2f702a9b7377c2cdd37356e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 03 09:25:22 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:17 2020 -0600 |
tree | 85eaeea9428ceb50ce9579f87edf49e442447a22 | |
parent | fd80a22e9be3779ad8ce3682e348459f96e55341 [diff] |
dm: Avoid using #ifdef for CONFIG_OF_LIVE At present this option results in a number of #ifdefs due to the presence or absence of the global_data of_root member. Add a few macros to global_data.h to work around this. Update the code accordingly. Signed-off-by: Simon Glass <sjg@chromium.org>