]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ram: rockchip: fix typo in KConfig option label
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Thu, 15 Sep 2022 10:17:10 +0000 (12:17 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 19 Oct 2022 11:30:48 +0000 (19:30 +0800)
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 <foss+uboot@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/ram/rockchip/Kconfig

index c459bbf5e24db2e8dc46a14279d4412b735d7964..c29d5e8b38cf4b010c0f1f1d88b4f0cc03a09f42 100644 (file)
@@ -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