From: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Date: Tue, 18 Jun 2024 12:29:13 +0000 (+0200)
Subject: cmd: correct kaslrseed description
X-Git-Tag: v2025.01-rc5-pxa1908~399^2~4^2~8
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=0b07b5ed8153869e2e71a7e008d2ced78756d657;p=u-boot.git

cmd: correct kaslrseed description

The number of random bytes generated is hard coded as 8.
The command takes no argument.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---

diff --git a/cmd/kaslrseed.c b/cmd/kaslrseed.c
index e0d3c7fe74..e9b0e3d598 100644
--- a/cmd/kaslrseed.c
+++ b/cmd/kaslrseed.c
@@ -68,7 +68,7 @@ static int do_kaslr_seed(struct cmd_tbl *cmdtp, int flag, int argc, char *const
 }
 
 U_BOOT_LONGHELP(kaslrseed,
-	"[n]\n"
+	"\n"
 	"  - append random bytes to chosen kaslr-seed node\n");
 
 U_BOOT_CMD(