summaryrefslogtreecommitdiff
path: root/tools/vybridimage.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-04-14 10:50:55 -0400
committerTom Rini <trini@konsulko.com>2023-04-14 10:50:55 -0400
commit12c1e5782401abca1a8cff578d1911a9ca7d2e7d (patch)
tree90cd274dba3b3e0191d63220abd33df99ca078c0 /tools/vybridimage.c
parent75f415b3269891984d4bc87ba411173901763613 (diff)
parent6add83991b2887619d0b25e4068b4c0082a4596a (diff)
downloadu-boot-12c1e5782401abca1a8cff578d1911a9ca7d2e7d.tar.gz
u-boot-12c1e5782401abca1a8cff578d1911a9ca7d2e7d.tar.bz2
u-boot-12c1e5782401abca1a8cff578d1911a9ca7d2e7d.zip
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/vybridimage.c')
-rw-r--r--tools/vybridimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vybridimage.c b/tools/vybridimage.c
index 94a6684c19..c38886fa90 100644
--- a/tools/vybridimage.c
+++ b/tools/vybridimage.c
@@ -134,7 +134,7 @@ static void vybridimage_print_hdr_field(struct nand_page_0_boot_header *hdr,
printf("header.fcb[%d] = %08x\n", idx, hdr->fcb[idx]);
}
-static void vybridimage_print_header(const void *ptr)
+static void vybridimage_print_header(const void *ptr, struct image_tool_params *params)
{
struct nand_page_0_boot_header *hdr =
(struct nand_page_0_boot_header *)ptr;