commit | 418e046d8931a60986d02a47bf095ca78dcdccaf | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <biessmann@corscience.de> | Wed Feb 09 15:10:31 2011 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 12 22:58:32 2011 +0200 |
tree | 9e8c079def9298065d6ddb95a1fd468d5a44f433 | |
parent | 8c3aff525c710a8a53c96e0bb98c988483429418 [diff] |
common/cmd_bdinfo.c: fix do_bdinfo() for AVR32 This patch fixes following warning message: ---8<--- cmd_bdinfo.c:458: warning: initialization from incompatible pointer type --->8--- There was a prototype change in 54841ab50c20d6fa6c9cc3eb826989da3a22d934 for argv[] pointer type to const. This change was not made for AVR32 cause this code came in later by a merge. Signed-off-by: Andreas Bießmann <biessmann@corscience.de>