summaryrefslogtreecommitdiffstats
path: root/kexec/arch/m68k/kexec-elf-m68k.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/m68k/kexec-elf-m68k.c')
-rw-r--r--kexec/arch/m68k/kexec-elf-m68k.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/arch/m68k/kexec-elf-m68k.c b/kexec/arch/m68k/kexec-elf-m68k.c
index 8d00eb98..a2bf7ee1 100644
--- a/kexec/arch/m68k/kexec-elf-m68k.c
+++ b/kexec/arch/m68k/kexec-elf-m68k.c
@@ -162,6 +162,7 @@ int elf_m68k_load(int argc, char **argv, const char *buf, off_t len,
/* Update and add bootinfo */
bootinfo_set_cmdline(cmdline);
bootinfo_set_ramdisk(ramdisk_addr, ramdisk_size);
+ bootinfo_add_rng_seed();
if (kexec_debug)
bootinfo_print();
add_bootinfo(info, bootinfo_addr);