Re: [U-Boot] [PATCH] add new board vl_ma2sc

2012-01-16 Thread Mike Frysinger
On Monday 16 January 2012 02:41:24 Jens Scharsig wrote: > --- /dev/null > +++ b/board/BuS/vl_ma2sc/Makefile > > +clean: > + rm -f $(SOBJS) $(OBJS) > + > +distclean: clean > + rm -f $(LIB) core *.bak $(obj).depend dead targets -> delete them -mike signature.asc Description: This is a di

Re: [U-Boot] [PATCH] add new board vl_ma2sc

2012-01-16 Thread Heiko Schocher
Hello Jens, Jens Scharsig wrote: > Hello Heiko: >> Please check your patch with tools/checkpatch, it shows a lot >> of warnings: >> >> [hs@pollux u-boot]$ ./tools/checkpatch.pl index.html >> [...] >> total: 17 errors, 13 warnings, 1131 lines checked >> > The error based on the two code sequences >

Re: [U-Boot] [PATCH] add new board vl_ma2sc

2012-01-16 Thread Jens Scharsig
Hello Heiko: > > Please check your patch with tools/checkpatch, it shows a lot > of warnings: > > [hs@pollux u-boot]$ ./tools/checkpatch.pl index.html > [...] > total: 17 errors, 13 warnings, 1131 lines checked > The error based on the two code sequences vidinfo_t panel_info = { vl_co

Re: [U-Boot] [PATCH] add new board vl_ma2sc

2012-01-16 Thread Heiko Schocher
Hello Jens, Jens Scharsig wrote: > * add support for board VL+MA2SC > * adds vl_ma2sc_config for standard NOR boot configuration > * adds vl_ma2sc_ram_config for RAM load configuration > > Signed-off-by: Jens Scharsig > --- > MAINTAINERS |1 + > board/BuS/vl_ma2sc/Makefile

[U-Boot] [PATCH] add new board vl_ma2sc

2012-01-15 Thread Jens Scharsig
* add support for board VL+MA2SC * adds vl_ma2sc_config for standard NOR boot configuration * adds vl_ma2sc_ram_config for RAM load configuration Signed-off-by: Jens Scharsig --- MAINTAINERS |1 + board/BuS/vl_ma2sc/Makefile | 54 board/BuS/vl_ma2sc/vl_ma2sc.c | 5