summaryrefslogtreecommitdiff
path: root/include/image.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-12-12 21:07:26 -0600
committerTom Rini <trini@konsulko.com>2024-12-12 21:07:26 -0600
commita33185173dce550d6ecb96b7fa625bb5e2183d66 (patch)
treeadd17fdeadcdddc9eb7922c7c09486027812df40 /include/image.h
parent1fdf53ace13f745fe8ad4d2d4e79eed98088d555 (diff)
Revert "Merge patch series "vbe: Series part E""
This reverts commit 1fdf53ace13f745fe8ad4d2d4e79eed98088d555, reversing changes made to e5aef1bbf11412eebd4c242b46adff5301353c30. I had missed that this caused too much size growth on rcar3_salvator-x. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/include/image.h b/include/image.h
index ab96510f62c..9be5acd8158 100644
--- a/include/image.h
+++ b/include/image.h
@@ -1172,18 +1172,6 @@ int fit_image_get_data_and_size(const void *fit, int noffset,
const void **data, size_t *size);
/**
- * fit_image_get_phase() - Get the phase from a FIT image
- *
- * @fit: FIT to read from
- * @offset: offset node to read
- * @phasep: Returns phase, if any
- * Return: 0 if read OK and *phasep is value, -ENOENT if there was no phase
- * property in the node, other -ve value on other error
- */
-int fit_image_get_phase(const void *fit, int offset,
- enum image_phase_t *phasep);
-
-/**
* fit_get_data_node() - Get verified image data for an image
* @fit: Pointer to the FIT format image header
* @image_uname: The name of the image node
@@ -1411,9 +1399,7 @@ int fit_check_format(const void *fit, ulong size);
* copied into the configuration node in the FIT image. This is required to
* match configurations with compressed FDTs.
*
- * Returns: offset to the configuration to use if one was found, -EINVAL if
- * there a /configurations or /images node is missing, -ENOENT if no match was
- * found, -ENXIO if the FDT node has no compatible string
+ * Returns: offset to the configuration to use if one was found, -1 otherwise
*/
int fit_conf_find_compat(const void *fit, const void *fdt);