rockchip: pinctrl: Reduce the size for SPL
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:44:06 +0000 (19:44 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:35 +0000 (20:42 -0700)
commit63c52648e42288db3bf44f41d19522b48af38978
treeada1edc1d4811d2ac71ce13b6f1a3cef13836444
parent5ddf5d7705d2c2b59282ebd37aa2018460274e89
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>
drivers/pinctrl/rockchip/pinctrl_rk3288.c