[PATCH 1/1] cmd: correct kaslrseed description
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Tue Jun 18 14:29:13 CEST 2024
The number of random bytes generated is hard coded as 8.
The command takes no argument.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
cmd/kaslrseed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/kaslrseed.c b/cmd/kaslrseed.c
index e0d3c7fe748..e9b0e3d5985 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(
--
2.45.1
More information about the U-Boot
mailing list