GCC-4.x fixes: clean up global data pointer initialization for all boards.
[oweals/u-boot.git] / board / mpl / common / isa.c
index 793c34fe2fe1fba3762746e65ef0aa6263a4db97..51b2773c71a9ed19c76c3cc88cee384a134995e7 100644 (file)
@@ -155,7 +155,7 @@ void isa_write_table(SIO_LOGDEV_TABLE *ldt,unsigned char ldev)
 
 void isa_sio_loadtable(void)
 {
-       unsigned char *s = getenv("floppy");
+       char *s = getenv("floppy");
        /* setup Floppy device 0*/
        isa_write_table((SIO_LOGDEV_TABLE *)&sio_fdc,0);
        /* setup parallel port device 3 */