|
images = fdt_path_offset(fit, FIT_IMAGES_PATH);
|
|
images = fdt_path_offset(fit, FIT_IMAGES_PATH);
|
|
debug("%s: Cannot find /images node: %d\n", __func__, images);
|
|
debug("%s: Cannot find /images node: %d\n", __func__, images);
|
|
fdt_name = fdt_getprop(fit, node, FIT_FDT_PROP, &fdt_len);
|
|
fdt_name = fdt_getprop(fit, node, FIT_FDT_PROP, &fdt_len);
|