diff options
author | Heiko Stübner <heiko@sntech.de> | 2016-07-15 22:17:13 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-26 02:44:20 (GMT) |
commit | 9f862ec717dd1087c8ccc282d231a3b3bcd608e2 (patch) | |
tree | 382a4d2c21c1e964b90d498cefe7eac59b121c8d /configs/firefly-rk3288_defconfig | |
parent | 266c8fad51c20c8c8a641696ac1d8d8dea58d700 (diff) | |
download | u-boot-9f862ec717dd1087c8ccc282d231a3b3bcd608e2.tar.xz |
cosmetic: rockchip: rk3288: pinctrl: fix config symbol naming
The rk3288 pinctrl is very specific to this soc, so should
not hog the generic rockchip naming.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/firefly-rk3288_defconfig')
-rw-r--r-- | configs/firefly-rk3288_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig index bdafc71..4122000 100644 --- a/configs/firefly-rk3288_defconfig +++ b/configs/firefly-rk3288_defconfig @@ -46,7 +46,7 @@ CONFIG_ROCKCHIP_DWMMC=y CONFIG_PINCTRL=y CONFIG_SPL_PINCTRL=y # CONFIG_SPL_PINCTRL_FULL is not set -CONFIG_ROCKCHIP_PINCTRL=y +CONFIG_ROCKCHIP_RK3288_PINCTRL=y CONFIG_DM_PMIC=y # CONFIG_SPL_PMIC_CHILDREN is not set CONFIG_PMIC_ACT8846=y |