]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mpl/vcma9/cmd_vcma9.c
* Avoid flicker on the TRAB's VFD by synchronizing the enable with
[karo-tx-uboot.git] / board / mpl / vcma9 / cmd_vcma9.c
index cdafc50d654c663f2b9f6df3332f110e84227ac4..80bb61b2bee051898913b9c1642c582ff51d7b38 100644 (file)
@@ -102,7 +102,7 @@ int do_vcma9(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
                                printf("\nplease defined 'ethaddr'\n");
                        }
                } else if (strcmp(argv[2], "dump") == 0) {
-                       uchar addr, endaddr, csum; ushort data;
+                       uchar addr = 0, endaddr, csum; ushort data;
 
                        printf("Dump of CS8900 config device: ");
                        cs8900_e2prom_read(addr, &data);