projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24796d2
)
defconfig: firefly-rk3399: fix pinctrl config option
author
Heiko Stübner
<heiko@sntech.de>
Wed, 3 May 2017 23:29:13 +0000
(
01:29
+0200)
committer
Simon Glass
<sjg@chromium.org>
Wed, 7 Jun 2017 12:57:49 +0000
(06:57 -0600)
The option is named PINCTRL_ROCKCHIP_RK3399 not ROCKCHIP_RK3399_PINCTRL.
Set the correct option.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Simon Glass <sjg@chromium.org>
configs/firefly-rk3399_defconfig
patch
|
blob
|
history
diff --git
a/configs/firefly-rk3399_defconfig
b/configs/firefly-rk3399_defconfig
index
f30f131
..
0a4d005
100644
(file)
--- a/
configs/firefly-rk3399_defconfig
+++ b/
configs/firefly-rk3399_defconfig
@@
-39,7
+39,7
@@
CONFIG_ETH_DESIGNWARE=y
CONFIG_GMAC_ROCKCHIP=y
CONFIG_PINCTRL=y
CONFIG_SPL_PINCTRL=y
-CONFIG_
ROCKCHIP_RK3399_PINCTRL
=y
+CONFIG_
PINCTRL_ROCKCHIP_RK3399
=y
CONFIG_DM_PMIC=y
CONFIG_PMIC_RK8XX=y
CONFIG_REGULATOR_PWM=y