commit | 7a53a54073e663d79ea0e08818e98f14fde5685a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 04 11:58:05 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 14 20:40:24 2016 -0600 |
tree | 02ef4d1e4ea9c759935a2cf3fc4475e975d81a8b | |
parent | b484b0daefc43bb3a6258a44040b53602060b2af [diff] |
dm: Don't include fdtdec functions when of-platdata is enabled We cannot access the device tree in this case, so avoid compiling in the various device-tree helper functions. Signed-off-by: Simon Glass <sjg@chromium.org>