diff options
author | Heiko Stübner <heiko@sntech.de> | 2016-07-16 00:17:14 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-25 20:44:20 -0600 |
commit | 23c3042b106f6f5f92f4b5ec11b3d07eaf35bc06 (patch) | |
tree | 1cece2f1a4bcb7777c477b003fed1877c9ee8a58 /configs/kylin-rk3036_defconfig | |
parent | 9f862ec717dd1087c8ccc282d231a3b3bcd608e2 (diff) | |
download | u-boot-23c3042b106f6f5f92f4b5ec11b3d07eaf35bc06.tar.gz |
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/kylin-rk3036_defconfig')
-rw-r--r-- | configs/kylin-rk3036_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kylin-rk3036_defconfig b/configs/kylin-rk3036_defconfig index 0ff6c6b9a4..51196aa089 100644 --- a/configs/kylin-rk3036_defconfig +++ b/configs/kylin-rk3036_defconfig @@ -32,7 +32,7 @@ CONFIG_SYSRESET=y CONFIG_DM_MMC=y CONFIG_ROCKCHIP_DWMMC=y CONFIG_PINCTRL=y -CONFIG_ROCKCHIP_3036_PINCTRL=y +CONFIG_ROCKCHIP_RK3036_PINCTRL=y CONFIG_RAM=y CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_CMD_DHRYSTONE=y |