commit | 15a4322da97144c4146a51844d34661e460192b7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:44:06 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:35 2016 -0700 |
tree | ada1edc1d4811d2ac71ce13b6f1a3cef13836444 | |
parent | 410d45c08c7c5956e6647f0d778778f7e689e98b [diff] |
rockchip: pinctrl: Reduce the size for SPL This file has many features that are not needed by SPL. Use #ifdef to remove the unused features and reduce the code size. Signed-off-by: Simon Glass <sjg@chromium.org>