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/evb-rk3036_defconfig | |
parent | 9f862ec717dd1087c8ccc282d231a3b3bcd608e2 (diff) | |
download | u-boot-imx-23c3042b106f6f5f92f4b5ec11b3d07eaf35bc06.zip u-boot-imx-23c3042b106f6f5f92f4b5ec11b3d07eaf35bc06.tar.gz u-boot-imx-23c3042b106f6f5f92f4b5ec11b3d07eaf35bc06.tar.bz2 |
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/evb-rk3036_defconfig')
-rw-r--r-- | configs/evb-rk3036_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/evb-rk3036_defconfig b/configs/evb-rk3036_defconfig index 9894fff..2d5e5e0 100644 --- a/configs/evb-rk3036_defconfig +++ b/configs/evb-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_SPL_SERIAL_PRESENT is not set CONFIG_DEBUG_UART=y |