mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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: 2db36c64bd
("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>
This commit is contained in:
parent
d0af506625
commit
d842b561bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue