[U-Boot] [PATCH v4] arm: dra7xx: Update the EXTRA_ENV_SETTINGS

Tom Rini trini at ti.com
Tue Jun 11 17:50:30 CEST 2013


On Thu, Jun 06, 2013 at 01:30:05PM -0500, Dan Murphy wrote:

> Update the EXTRA_ENV_SETTING for the dra7xx.
> The console needs to be set to ttyO0 and the
> findfdt needs to be updated to load the
> dra7xx-evm.dtb file.
> 
> Signed-off-by: Dan Murphy <dmurphy at ti.com>
[snip]
> -			"setenv fdtfile omap5-uevm.dtb; fi;\0 " \
> +			"setenv fdtfile omap5-uevm.dtb; fi; " \
> +		"if test $board_name = dra7xx; then " \
> +			"setenv fdtfile dra7-evm.dtb; fi; " \

Missing trailing \0 here to terminate the variable.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130611/0e708a70/attachment.pgp>


More information about the U-Boot mailing list