Skip to content
Snippets Groups Projects
Commit 71b24e56 authored by Wolfgang Denk's avatar Wolfgang Denk Committed by Tom Rix
Browse files

cmd_mtdparts.c: fix compiler warning in debug code


Fix warning messages:
cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
unsigned int', but argument 6 has type 'u32'
cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
unsigned int', but argument 7 has type 'u32'

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 88f9d60b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment