[U-Boot] [PATCH V2 1/9] mkimage: Add Freescale imx Boot Image support (imximage)
    Stefano Babic 
    sbabic at denx.de
       
    Mon Jan 18 07:27:44 CET 2010
    
    
  
Wolfgang Denk wrote:
> Dear Stefano Babic,
> 
Hi Wolfgang,
> 
> Line to long. And please try to stick with a consistent error message
> format.
I see I have too long lines in all patches I have sent. I check this
issue for all of them.
>> +	return	(params->dflag && (params->fflag || params->lflag)) ||
>> +		(params->fflag && (params->dflag || params->lflag)) ||
>> +		(params->lflag && (params->dflag || params->fflag)) ||
>> +		(params->xflag) || !(strlen(params->imagename));
> 
> I cannot understand this code.
Well, I will try to simplify this check and, if not possible, I add
comments to explain what the code is doing.
Best regards,
Stefano Babic
-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================
    
    
More information about the U-Boot
mailing list