D | machine_kexec_file.c | 40 vfree(image->arch.dtb); in arch_kimage_file_post_load_cleanup() 41 image->arch.dtb = NULL; in arch_kimage_file_post_load_cleanup() 48 char *cmdline, void *dtb) in setup_dtb() argument 52 ret = fdt_path_offset(dtb, "/chosen"); in setup_dtb() 60 ret = fdt_setprop_string(dtb, off, FDT_PROP_BOOTARGS, cmdline); in setup_dtb() 64 ret = fdt_delprop(dtb, off, FDT_PROP_BOOTARGS); in setup_dtb() 71 ret = fdt_setprop_u64(dtb, off, FDT_PROP_INITRD_START, in setup_dtb() 76 ret = fdt_setprop_u64(dtb, off, FDT_PROP_INITRD_END, in setup_dtb() 81 ret = fdt_delprop(dtb, off, FDT_PROP_INITRD_START); in setup_dtb() 85 ret = fdt_delprop(dtb, off, FDT_PROP_INITRD_END); in setup_dtb() [all …]
|