diff options
author | Tom Rini <trini@konsulko.com> | 2023-04-14 10:50:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-04-14 10:50:55 -0400 |
commit | 12c1e5782401abca1a8cff578d1911a9ca7d2e7d (patch) | |
tree | 90cd274dba3b3e0191d63220abd33df99ca078c0 /tools/mtk_image.c | |
parent | 75f415b3269891984d4bc87ba411173901763613 (diff) | |
parent | 6add83991b2887619d0b25e4068b4c0082a4596a (diff) |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell
- mvebu: Boot support for 4K Native disks (Pali)
- a38x: Perform DDR training sequence again for 2nd boot (Tony)
Diffstat (limited to 'tools/mtk_image.c')
-rw-r--r-- | tools/mtk_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mtk_image.c b/tools/mtk_image.c index 5ef9334163d..30f54c8e8d8 100644 --- a/tools/mtk_image.c +++ b/tools/mtk_image.c @@ -510,7 +510,7 @@ static int mtk_image_verify_header(unsigned char *ptr, int image_size, return -1; } -static void mtk_image_print_header(const void *ptr) +static void mtk_image_print_header(const void *ptr, struct image_tool_params *params) { struct legacy_img_hdr *hdr = (struct legacy_img_hdr *)ptr; union lk_hdr *lk = (union lk_hdr *)ptr; |