mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
ram: starfive: fix typo for unsupported DDR size
Fix typo for "unsupport" size and improve description to Unknown DDR size. Signed-off-by: E Shattow <e@freeshell.de> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
committed by
Leo Yu-Chi Liang
parent
e8874f361d
commit
87ecc2b6ca
@@ -48,7 +48,7 @@ static int starfive_ddr_setup(struct udevice *dev, struct starfive_ddr_priv *pri
|
||||
break;
|
||||
|
||||
default:
|
||||
pr_err("unsupport size %lx\n", priv->info.size);
|
||||
pr_err("Unknown DDR size %lx\n", priv->info.size);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user