commit | c2ac1414cae0fcb6fcd4477f4aba9a13d8e29272 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 17 09:02:38 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 23 12:44:30 2014 -0600 |
tree | 0bbc6b1ee9085f4ec1279b6143902dd1e56f372e | |
parent | 49c753dea402ffb75cad8b98a00ffb3f4960c84e [diff] |
dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL The sequence number support in driver model requires device tree control. It should be skipped if CONFIG_OF_CONTROL is not defined, and should not require functions from fdtdec. Signed-off-by: Simon Glass <sjg@chromium.org>