[U-Boot] [PATCH] arm: socfpga: fix 3 boards missing env var "socfpga_legacy_reset_compat"

Simon Goldschmidt simon.k.r.goldschmidt at gmail.com
Wed Jul 10 20:01:44 UTC 2019


Am 09.05.2019 um 21:51 schrieb Marek Vasut:
> On 5/9/19 8:42 PM, Simon Goldschmidt wrote:
> [...]
> 
>> diff --git a/include/configs/socfpga_vining_fpga.h b/include/configs/socfpga_vining_fpga.h
>> index 29a92b9146..737a304217 100644
>> --- a/include/configs/socfpga_vining_fpga.h
>> +++ b/include/configs/socfpga_vining_fpga.h
>> @@ -145,6 +145,7 @@
>>   			"run ubi_ubi ; "				\
>>   		"else echo \"Unsupported boot mode: \"${bootmode} ; "	\
>>   		"fi\0"							\
>> +		"socfpga_legacy_reset_compat=1\0"			\
> 
> Drop the trailing backslash please.

D'oh, I missed that reply and lost track of the patch (and got totally 
diverted from U-Boot in between).

Sorry, but is seems v2019.07 now doesn't work on these three boards 
(dbm_soc1, stratix10_socdk and vining_fpga), as all perihperals are put 
back into reset before handing off to Linux - and Linux can not yet 
re-enable those peripherals.

I'll post v2 soon. Sorry for the mess.

Regards,
Simon

> 
>>   #define CONFIG_SYS_REDUNDAND_ENVIRONMENT
>>   #define CONFIG_ENV_SIZE_REDUND		CONFIG_ENV_SIZE
>>
> 
> 



More information about the U-Boot mailing list