diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-21 19:43:47 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-21 20:42:35 -0700 |
commit | 9c56d6f71e05b1b4f60d0eaef6bc636d7a3f837b (patch) | |
tree | 9aab91c4e601209b546a5c3d543a376ebdbfd37d /configs/firefly-rk3288_defconfig | |
parent | bea705c993a13a4737705fc739318a1fe9a6a178 (diff) | |
download | u-boot-imx-9c56d6f71e05b1b4f60d0eaef6bc636d7a3f837b.zip u-boot-imx-9c56d6f71e05b1b4f60d0eaef6bc636d7a3f837b.tar.gz u-boot-imx-9c56d6f71e05b1b4f60d0eaef6bc636d7a3f837b.tar.bz2 |
rockchip: Move firefly and jerry to use the full pinctrl
Use the full pinctrl driver in U-Boot proper.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/firefly-rk3288_defconfig')
-rw-r--r-- | configs/firefly-rk3288_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig index 5b26a3d..7d8ca6c 100644 --- a/configs/firefly-rk3288_defconfig +++ b/configs/firefly-rk3288_defconfig @@ -27,7 +27,6 @@ CONFIG_RESET=y CONFIG_DM_MMC=y CONFIG_ROCKCHIP_DWMMC=y CONFIG_PINCTRL=y -# CONFIG_PINCTRL_FULL is not set CONFIG_SPL_PINCTRL=y # CONFIG_SPL_PINCTRL_FULL is not set CONFIG_ROCKCHIP_PINCTRL=y |