mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01: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: 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>
This commit is contained in:
parent
d0af506625
commit
d842b561bb
@ -23,7 +23,7 @@ config RAM_ROCKCHIP_DEBUG
|
|||||||
initialization, configurations and etc.
|
initialization, configurations and etc.
|
||||||
|
|
||||||
config RAM_PX30_DDR4
|
config RAM_PX30_DDR4
|
||||||
bool "DDR3 support for Rockchip PX30"
|
bool "DDR4 support for Rockchip PX30"
|
||||||
depends on RAM_ROCKCHIP && ROCKCHIP_PX30
|
depends on RAM_ROCKCHIP && ROCKCHIP_PX30
|
||||||
help
|
help
|
||||||
This enables DDR4 sdram support instead of the default DDR3 support
|
This enables DDR4 sdram support instead of the default DDR3 support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user