Wolfgang, On Mon, 2009-08-31 at 14:11 +0200, Wolfgang Denk wrote: > Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, > > In message <1251712526.4189.25.ca...@swa-m460> you wrote: > > > > Is there anything else you want me to fix for this patch before I > > resubmit it ? > > And please fix the compiler warnings: > > ... > Configuring for MVBC_P board... > mv_common.c: In function 'mv_load_fpga': > mv_common.c:93: warning: implicit declaration of function 'fpga_load'
ok - missed that. > e1000.c: In function 'e1000_transmit': > e1000.c:5019: warning: passing argument 1 of 'virt_to_phys' discards > qualifiers from pointer target type That's e1000 driver. Looks like a recent change from Timur. f81ecb5d drivers/net/e1000.c (Timur Tabi 2009-08-17 15:55:38 -0500 5019) txp->buffer_addr = cpu_to_le64(virt_to_bus(hw->pdevr. > ... > Configuring for MVBLM7 board... > mv_common.c: In function 'mv_load_fpga': > mv_common.c:93: warning: implicit declaration of function 'fpga_load' > mvblm7.c: In function 'misc_init_r': > mvblm7.c:108: warning: implicit declaration of function 'mv_reset_environment' will fix. Regards, André > ... > > > Best regards, > > Wolfgang Denk > MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler Registergericht: Amtsgericht Stuttgart, HRB 271090 Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Hans-Joachim Reich _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

