[U-Boot-Users] RFC: make new image support mandatory
    Bartlomiej Sieka 
    tur at semihalf.com
       
    Wed Mar 26 15:52:51 CET 2008
    
    
  
Wolfgang Denk wrote:
> Hello everybody,
> 
> now that the new image  format  has  been  merged  into  mainline,  I
> propose  that  we  make it mandatory for all newly added boards. That
> means, that each new board that gets added shall at least contain
> 
> 	#define CONFIG_FIT              1
> 
> in it's board config file; I recommend to add also
> 
> 	#define CONFIG_FIT_VERBOSE      1 /* enable fit_format_{error,warning}() */
new uImage format also requires:
#define CONFIG_OF_LIBFDT		1
> Can we agree on this?
I'm all for it :)
Regards,
Bartlomiej
    
    
More information about the U-Boot
mailing list