From: Quentin Schulz Date: Thu, 15 Sep 2022 10:17:10 +0000 (+0200) Subject: ram: rockchip: fix typo in KConfig option label X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=d842b561bb7ad214935918063d0742c76a589fbe;p=u-boot.git ram: rockchip: fix typo in KConfig option label RAM_PX30_DDR4 is for DDR4 support and not DDR3 so let's fix the typo. Fixes: 2db36c64bd5a ("ram: rockchip: px30: add a config-based ddr selection") Cc: Quentin Schulz Signed-off-by: Quentin Schulz Reviewed-by: Kever Yang --- diff --git a/drivers/ram/rockchip/Kconfig b/drivers/ram/rockchip/Kconfig index c459bbf5e2..c29d5e8b38 100644 --- a/drivers/ram/rockchip/Kconfig +++ b/drivers/ram/rockchip/Kconfig @@ -23,7 +23,7 @@ config RAM_ROCKCHIP_DEBUG initialization, configurations and etc. config RAM_PX30_DDR4 - bool "DDR3 support for Rockchip PX30" + bool "DDR4 support for Rockchip PX30" depends on RAM_ROCKCHIP && ROCKCHIP_PX30 help This enables DDR4 sdram support instead of the default DDR3 support