[U-Boot] [PATCH V2 2/4] tegra: flesh out bootcmd

Stephen Warren swarren at wwwdotorg.org
Wed May 16 23:31:43 CEST 2012


On 05/16/2012 03:27 PM, Tom Warren wrote:
> Stephen,
> Stephen Warren wrote at Wednesday, May 16, 2012 9:21 AM:
>> This implements a useful bootcmd for Tegra. The boot order is:
...
> I'm getting checkpatch errors (over 80 chars) for tegra2-common-post.h:
> 
> WARNING: line over 80 characters
> #414: FILE: include/configs/tegra2-common-post.h:93:
> +	"script_boot="													\
...

True.

In this case, I would assert these should simply be ignored; checkpatch
is a tool to help you get readable source, and in this case I think it's
much more readable by not forcing artificial wrapping.


More information about the U-Boot mailing list