• Ralf Baechle's avatar
    MIPS: Fix calc_vmlinuz_load_addr build warnings. · 893d20fb
    Ralf Baechle authored
      HOSTCC  arch/mips/boot/compressed/calc_vmlinuz_load_addr
    arch/mips/boot/compressed/calc_vmlinuz_load_addr.c: In function 'main':
    arch/mips/boot/compressed/calc_vmlinuz_load_addr.c:35:2: warning: format '%llx' expects type 'long long unsigned int *', but argument 3 has type 'uint64_t *'
    arch/mips/boot/compressed/calc_vmlinuz_load_addr.c:54:2: warning: format '%llx' expects type 'long long unsigned int', but argument 2 has type 'uint64_t'
    Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
    893d20fb
calc_vmlinuz_load_addr.c 1.34 KB