summaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2016-07-15 22:17:14 (GMT)
committerSimon Glass <sjg@chromium.org>2016-07-26 02:44:20 (GMT)
commit23c3042b106f6f5f92f4b5ec11b3d07eaf35bc06 (patch)
tree1cece2f1a4bcb7777c477b003fed1877c9ee8a58 /configs/sandbox_defconfig
parent9f862ec717dd1087c8ccc282d231a3b3bcd608e2 (diff)
downloadu-boot-fsl-qoriq-23c3042b106f6f5f92f4b5ec11b3d07eaf35bc06.tar.xz
cosmetic: rockchip: rk3036: pinctrl: fix config symbol naming
Rockchip socs are always named rkxxxx in all places, as also shown by the naming of the rk3036 pinctrl file itself. Therefore also name the config symbol according to this scheme. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 2067f87..29e6d85 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -121,7 +121,7 @@ CONFIG_PCI_SANDBOX=y
CONFIG_PINCTRL=y
CONFIG_PINCONF=y
CONFIG_ROCKCHIP_RK3288_PINCTRL=y
-CONFIG_ROCKCHIP_3036_PINCTRL=y
+CONFIG_ROCKCHIP_RK3036_PINCTRL=y
CONFIG_PINCTRL_SANDBOX=y
CONFIG_DM_PMIC=y
CONFIG_PMIC_ACT8846=y