commit | 91cbd792c46c916ef196c5b7cd16ff592d2f3632 | [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 | bf1a86fca0111067021f3d263242767d3709d7be [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>