Skip to content
Snippets Groups Projects
Commit a00e749d authored by Greg Ungerer's avatar Greg Ungerer Committed by Wolfgang Denk
Browse files

CM41xx: fix signedness of env bootargs string pointer


The pointer to the flash based bootargs should be a "char *", not unsigned.
Fixes:

cm41xx.c: In function ‘env_flash_cmdline’:
cm41xx.c:67: warning: pointer targets in passing argument 2 of ‘setenv’ differ in signedness

Signed-off-by: default avatarGreg Ungerer <greg.ungerer@opengear.com>
parent 61a1926a
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