[U-Boot-Users] [PATCH] LOGO: Allow define "LOGO_BMP" to be	globally defined.
    Rodolfo Giometti 
    giometti at enneenne.com
       
    Fri May 25 16:54:13 CEST 2007
    
    
  
On Fri, May 25, 2007 at 04:29:13PM +0200, Wolfgang Denk wrote:
> In message <20070525142054.GE4199 at enneenne.com> you wrote:
> > This allow developers to define per board logo file into main configuration
> > file as follow:
> > 
> > wwpc1100_config :	unconfig
> > 	@$(MKCONFIG) $(@:_config=) arm pxa wwpc1100
> > 	@echo "LOGO_BMP = wwpc1100.bmp" >> include/config.mk
> 
> I don't like this. This adds configuration information into Makefile,
> where it does not belong.
> 
> Please don't do this.
So where should I add this info?
> 
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -115,7 +115,7 @@ ifeq ($(OBJTREE)/include/config.mk,$(wildcard $(OBJTREE)/include/config.mk))
> ...
> > @@ -125,7 +125,7 @@ ifeq ($(ARCH),ppc)
> >  CROSS_COMPILE = powerpc-linux-
> >  endif
> >  ifeq ($(ARCH),arm)
> > -CROSS_COMPILE = arm-eurotech-linux-
>                    ^^^^^^^^^^^^^^^^^^^   What's that?
> > +CROSS_COMPILE = arm-linux-
> 
> Also, this patch does not apply.
Ooops! Sorry, that was my fault... :'(
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