commit | 9cefa47a9e31c4abdbbcf41e9b572557ddb00888 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 29 05:22:52 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:06:22 2016 -0700 |
tree | 206a385c799c38cc3328281e2529b24acb26b13f | |
parent | 63f578523bd4e473be5423f867e4f2b2595ddf68 [diff] |
pinctrl: Avoid binding all pinconfig nodes before relocation This can create a large number of pinctrl devices. It chews up early malloc() memory and takes time. Only bind those which are marked as needed before relocation. Signed-off-by: Simon Glass <sjg@chromium.org>