diff options
author | David Wu <david.wu@rock-chips.com> | 2019-01-02 21:01:55 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2019-02-01 16:59:11 +0100 |
commit | 2ec3d25f8faab51c2334174a582a96ad28d96344 (patch) | |
tree | 5aae69ab642582b3157647b0dd4b8cab4fad0596 /configs/chromebook_minnie_defconfig | |
parent | e7ae4cf27a6d5837cb5e868712cdaa61d3ceb5e0 (diff) | |
download | u-boot-2ec3d25f8faab51c2334174a582a96ad28d96344.tar.gz u-boot-2ec3d25f8faab51c2334174a582a96ad28d96344.tar.bz2 u-boot-2ec3d25f8faab51c2334174a582a96ad28d96344.zip |
rockchip: defconfig: Clean the unused pinctrl config
If we used the pinctrl-rockchip driver, these config is not needed,
so remove them.
Signed-off-by: David Wu <david.wu@rock-chips.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/chromebook_minnie_defconfig')
-rw-r--r-- | configs/chromebook_minnie_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/chromebook_minnie_defconfig b/configs/chromebook_minnie_defconfig index 6389b281a3..2e17e73ded 100644 --- a/configs/chromebook_minnie_defconfig +++ b/configs/chromebook_minnie_defconfig @@ -62,8 +62,6 @@ CONFIG_MMC_DW=y CONFIG_MMC_DW_ROCKCHIP=y CONFIG_PINCTRL=y CONFIG_SPL_PINCTRL=y -# CONFIG_SPL_PINCTRL_FULL is not set -CONFIG_PINCTRL_ROCKCHIP_RK3288=y CONFIG_DM_PMIC=y # CONFIG_SPL_PMIC_CHILDREN is not set CONFIG_PMIC_RK8XX=y |