commit | 4f3ce47b9be4eb3ae3d1fa5c420fd6be271fc932 | [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 | afd81a57e3e3adea45b3b27e84c12e1274dd7a51 [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>