]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_vfd.c
ppc/85xx: Add a structure defn for PIXIS registers
[karo-tx-uboot.git] / common / cmd_vfd.c
index 84d9530aa994801130a4c6fc18ef30917a5ac5c8..1429d311675ab46a22b2350597fe3df82f7650cc 100644 (file)
@@ -45,7 +45,7 @@ extern int transfer_pic(unsigned char, unsigned char *, int, int);
 
 int trab_vfd (ulong bitmap);
 
-int do_vfd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int do_vfd (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        ulong bitmap;
 
@@ -71,7 +71,7 @@ U_BOOT_CMD(
        "/N\n"
        "    - load bitmap N to the VFDs (N is _decimal_ !!!)\n"
        "vfd ADDR\n"
-       "    - load bitmap at address ADDR\n"
+       "    - load bitmap at address ADDR"
 );
 #endif