commit | a652d9c73a6eea1fdfb901c66178a4d804fac95d | [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 | 08c3b88dd145d3f7f06e7ad8458905bde7a286ef [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>