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

Dan Murphy dmurphy at ti.com
Tue Jun 11 18:18:48 CEST 2013


On 06/11/2013 10:50 AM, Tom Rini wrote:
> 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.
>
Fixed in next patch

-- 
------------------
Dan Murphy



More information about the U-Boot mailing list