[U-Boot] [PATCH V4 2/2] ext4fs write support
    Wolfgang Denk 
    wd at denx.de
       
    Mon Jan 16 08:58:20 CET 2012
    
    
  
Dear Mike Frysinger,
In message <201201151903.09599.vapier at gentoo.org> you wrote:
>
> > +ifndef CONFIG_CMD_EXT4
> > +COBJS-$(CONFIG_CMD_EXT4_WRITE) += cmd_ext4.o
> > +endif
> 
> the CONFIG_CMD_EXT4 check is not necessary.  if someone tries to enable 
> CONFIG_CMD_EXT4_WRITE but not CONFIG_CMD_EXT4, that's their fault.
we can try to be a bit user-friendly at least and throw a compile time
error message.
Best regards,
Wolfgang Denk
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Virtual" means never knowing where your next byte is coming from.
    
    
More information about the U-Boot
mailing list