D | machine_kexec_file.c | 43 vfree(image->arch.dtb); in arch_kimage_file_post_load_cleanup() 44 image->arch.dtb = NULL; in arch_kimage_file_post_load_cleanup() 55 char *cmdline, void *dtb) in setup_dtb() argument 59 ret = fdt_path_offset(dtb, "/chosen"); in setup_dtb() 65 ret = fdt_delprop(dtb, off, FDT_PROP_KEXEC_ELFHDR); in setup_dtb() 68 ret = fdt_delprop(dtb, off, FDT_PROP_MEM_RANGE); in setup_dtb() 74 ret = fdt_appendprop_addrrange(dtb, 0, off, in setup_dtb() 82 ret = fdt_appendprop_addrrange(dtb, 0, off, in setup_dtb() 92 ret = fdt_setprop_string(dtb, off, FDT_PROP_BOOTARGS, cmdline); in setup_dtb() 96 ret = fdt_delprop(dtb, off, FDT_PROP_BOOTARGS); in setup_dtb() [all …]
|