diff options
| author | Tom Rini <[email protected]> | 2026-01-17 22:29:24 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-17 22:29:24 -0600 |
| commit | 6b2d05748cf3cd6ba417a96c00602b0122e10af6 (patch) | |
| tree | d9254fc44c249c7416b6dd2830ff5abb3c8771a8 /tools | |
| parent | feb62582bf2e81189dc397a328f3c127dca817c0 (diff) | |
| parent | e13f2a92491fa050685b5a32ffdd51a8b2c20ee8 (diff) | |
Merge tag 'u-boot-imx-master-20260117' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/29031
- Fix interrupt storms in Linux on the imx93_frdm board.
- Defconfig update for tqma6 board.
- Miscellaneous cleanups/improvements for imx93_evk.
- Allow booting from both USB controlles on i.MX6 DHSOM.
- Handle third MAC address for SMARC i.MX95
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/imx8image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imx8image.c b/tools/imx8image.c index 3cea536b8e8..84f46bcaf37 100644 --- a/tools/imx8image.c +++ b/tools/imx8image.c @@ -815,7 +815,7 @@ static int get_container_image_start_pos(image_t *image_stack, uint32_t align, u p = calloc(1, size); if (!p) { - fprintf(stderr, "Fail to alloc %lx memory\n", size); + fprintf(stderr, "Fail to alloc %zx memory\n", size); exit(EXIT_FAILURE); } |
