X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fatmelimage.c;h=7b3b243d58b7c13923e9e69065d4d74f944873eb;hb=1099b2abef35c3c887f6afac1a8ef18c7924d5d2;hp=5b72ac54a6d35442232a49780287d83134bdf12b;hpb=358b8bc204f365be28fed94f23e53e04183a8c7f;p=oweals%2Fu-boot.git diff --git a/tools/atmelimage.c b/tools/atmelimage.c index 5b72ac54a6..7b3b243d58 100644 --- a/tools/atmelimage.c +++ b/tools/atmelimage.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2014 - * Andreas Bießmann - * - * SPDX-License-Identifier: GPL-2.0+ + * Andreas Bießmann */ #include "imagetool.h" @@ -131,7 +130,7 @@ static int atmel_verify_header(unsigned char *ptr, int image_size, /* check the seven interrupt vectors of binary */ for (pos = 0; pos < 7; pos++) { - debug("atmelimage: interrupt vector #%d is 0x%08X\n", pos+1, + debug("atmelimage: interrupt vector #%zu is 0x%08X\n", pos+1, ints[pos]); /* * all vectors except the 6'th one must contain valid