diff options
author | Andreas Bießmann <biessmann@corscience.de> | 2011-02-09 15:10:31 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-04-12 22:58:32 +0200 |
commit | 418e046d8931a60986d02a47bf095ca78dcdccaf (patch) | |
tree | 9e8c079def9298065d6ddb95a1fd468d5a44f433 /drivers/misc | |
parent | 8c3aff525c710a8a53c96e0bb98c988483429418 (diff) | |
download | u-boot-imx-418e046d8931a60986d02a47bf095ca78dcdccaf.zip u-boot-imx-418e046d8931a60986d02a47bf095ca78dcdccaf.tar.gz u-boot-imx-418e046d8931a60986d02a47bf095ca78dcdccaf.tar.bz2 |
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>
Diffstat (limited to 'drivers/misc')
0 files changed, 0 insertions, 0 deletions