From 0b07b5ed8153869e2e71a7e008d2ced78756d657 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 18 Jun 2024 14:29:13 +0200 Subject: [PATCH] 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 --- cmd/kaslrseed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.39.5