]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/cmd_bdinfo.c: fix do_bdinfo() for AVR32
authorAndreas Bießmann <biessmann@corscience.de>
Wed, 9 Feb 2011 14:10:31 +0000 (15:10 +0100)
committerWolfgang Denk <wd@denx.de>
Tue, 12 Apr 2011 20:58:32 +0000 (22:58 +0200)
commit418e046d8931a60986d02a47bf095ca78dcdccaf
tree9e8c079def9298065d6ddb95a1fd468d5a44f433
parent8c3aff525c710a8a53c96e0bb98c988483429418
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>
common/cmd_bdinfo.c