Update kexec-tools

This commit is contained in:
Vojtech Bocek
2015-03-04 01:08:18 +01:00
parent 56a68961bd
commit 34ab37c6cb
2 changed files with 4 additions and 1 deletions

View File

@@ -1634,6 +1634,9 @@ int multirom_load_kexec(struct multirom_status *s, struct multirom_rom *rom)
kexec_init(&kexec, kexec_path);
kexec_add_arg(&kexec, "--mem-min="MR_KEXEC_MEM_MIN);
#ifdef MR_KEXEC_DTB
kexec_add_arg_prefix(&kexec, "--boardname=", TARGET_DEVICE);
#endif
switch(rom->type)
{