All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] common/cmd_bdinfo.c: fix do_bdinfo() for AVR32
@ 2010-11-02 10:50 Andreas Bießmann
  2010-11-02 16:34 ` Reinhard Meyer
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Andreas Bießmann @ 2010-11-02 10:50 UTC (permalink / raw)
  To: u-boot

There was a prototype change from do_bdinfo(.. char *) to do_bdinfo(.. char *
const). This patch respect this change for AVR32 architecture.

Signed-off-by: Andreas Bie?mann <biessmann@corscience.de>
---
 common/cmd_bdinfo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c
index bba7374..1d76ffa 100644
--- a/common/cmd_bdinfo.c
+++ b/common/cmd_bdinfo.c
@@ -304,7 +304,7 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 
 #elif defined(CONFIG_AVR32)
 
-int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
 	bd_t *bd = gd->bd;
 
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-11-03  9:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02 10:50 [U-Boot] [PATCH] common/cmd_bdinfo.c: fix do_bdinfo() for AVR32 Andreas Bießmann
2010-11-02 16:34 ` Reinhard Meyer
2010-11-02 17:01   ` Andreas Bießmann
2010-11-03  9:21     ` Andreas Bießmann
2010-11-02 19:54   ` Wolfgang Denk
2010-11-03  9:14 ` [U-Boot] [PATCH v2 1/3] cmd_bdinfo.c: fix whitespace Andreas Bießmann
2010-11-03  9:14 ` [U-Boot] [PATCH v2 2/3] cmd_bdinfo.c: fix long lines Andreas Bießmann
2010-11-03  9:14 ` [U-Boot] [PATCH v2 3/3] cmd_bdinfo.c: fix do_bdinfo() for AVR32 Andreas Bießmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.