Skip to content

Commit

Permalink
cmd: correct kaslrseed description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
xypron committed Jun 30, 2024
1 parent b94217a commit 0b07b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kaslrseed.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0b07b5e

Please sign in to comment.