diff options
| author | Anton Ivanov <[email protected]> | 2026-09-02 22:23:23 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-09-04 12:22:06 -0600 |
| commit | c4d81d062790c76ef0db4ead2ac69cab7245c2fc (patch) | |
| tree | 16684132acefea01d8f825e0e3b3fad1c2dc4a9d /contrib/apps/httpserver | |
| parent | 94b349bd902d9e38e1846c157fadd9054c34680a (diff) | |
image-fit: Use unsigned types for external data properties
The data-offset, data-position and data-size FIT properties are
stored as 32-bit unsigned values (fdt32_t), but the accessors
fit_image_get_data_offset(), fit_image_get_data_position() and
fit_image_get_data_size() return them through a signed int.
Switch the accessors and their callers to u32. This removes the
special processing of "negative" values in fit_image_get_data().
Signed-off-by: Anton Ivanov <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'contrib/apps/httpserver')
0 files changed, 0 insertions, 0 deletions
