diff options
| author | Tom Rini <[email protected]> | 2024-04-11 09:39:04 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-04-11 10:58:12 -0600 |
| commit | 01437e31454ed6f952b9e5a1b84de94c12a5f09a (patch) | |
| tree | 233d3183d0d0d76272b2f3a8125d88677e1735be /include | |
| parent | a6915942419413153d09fbba28547318f1d77c55 (diff) | |
| parent | c7afe41bf603ab5dd824fb7b10dcd000cbbcafa0 (diff) | |
Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_addr_t"
Diffstat (limited to 'include')
| -rw-r--r-- | include/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h index 21de70f0c9e..acffd17e0df 100644 --- a/include/image.h +++ b/include/image.h @@ -946,7 +946,7 @@ static inline void image_set_name(struct legacy_img_hdr *hdr, const char *name) int image_check_hcrc(const struct legacy_img_hdr *hdr); int image_check_dcrc(const struct legacy_img_hdr *hdr); #ifndef USE_HOSTCC -ulong env_get_bootm_low(void); +phys_addr_t env_get_bootm_low(void); phys_size_t env_get_bootm_size(void); phys_size_t env_get_bootm_mapsize(void); #endif |
