[U-Boot-Users] [PATCH] LOGO: All logos must be placed into the "logos" directory.

Rodolfo Giometti giometti at enneenne.com
Fri May 25 16:52:46 CEST 2007


On Fri, May 25, 2007 at 04:26:04PM +0200, Wolfgang Denk wrote:
> In message <20070525142001.GD4199 at enneenne.com> you wrote:
> >
> > Subject: ... All logos must be placed into the "logos" directory.
> 
> Why?
> 
> >  ifeq ($(LOGO_BMP),)
> > -LOGO_BMP= logos/denx.bmp
> > +LOGO_BMP= denx.bmp
> 
> Which problem is this supposed to fix? I don't see any advantage, but
> I see the disadvantage that with your patch you cannot chose to place
> your logo - say - in board/.../ any more.

I don't want to fix any problem, I just wish to define some
standards... doing like this I force all logo files to be inside
tools/logos directory.

Currently logos are supposed to be under tools directory which is not
the proper place for them:

   $(LOGO_H):      $(obj)bmp_logo logos/$(LOGO_BMP)
                   $(obj)./bmp_logo logos/$(LOGO_BMP) >$@

Ciao,

Rodolfo

-- 

GNU/Linux Solutions                  e-mail:    giometti at enneenne.com
Linux Device Driver                             giometti at gnudd.com
Embedded Systems                     		giometti at linux.it
UNIX programming                     phone:     +39 349 2432127




More information about the U-Boot mailing list