]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ram: starfive: fix typo for unsupported DDR size
authorE Shattow <e@freeshell.de>
Thu, 30 Oct 2025 06:23:34 +0000 (23:23 -0700)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 8 Dec 2025 04:10:35 +0000 (12:10 +0800)
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>
drivers/ram/starfive/starfive_ddr.c

index f030192f6f428f8600e97ddd64545072d82ee066..e151179398f579fe6e19d20f99a804aa2aa05fcd 100644 (file)
@@ -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;
        }