[PATCH 1/1] cmd: correct kaslrseed description

18 Jun
2024
18 Jun
'24
2:29 p.m.
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 --- 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
331
Age (days ago)
331
Last active (days ago)
0 comments
1 participants
participants (1)
-
Heinrich Schuchardt