Re: [PATCH 1/3] xilinx: versal-net: Do not setup boot_targets if driver is not enabled

2023-09-05 Thread Michal Simek
On 9/4/23 16:43, Simon Glass wrote: Hi Venkatesh, On Mon, 4 Sept 2023 at 07:58, Venkatesh Yadav Abbarapu wrote: SOC can boot in the device which is not accessible from APU and running this is detected as error which ends up in stopping boot process. Boot mode detection and logic around is

Re: [PATCH 1/3] xilinx: versal-net: Do not setup boot_targets if driver is not enabled

2023-09-04 Thread Simon Glass
Hi Venkatesh, On Mon, 4 Sept 2023 at 07:58, Venkatesh Yadav Abbarapu wrote: > > SOC can boot in the device which is not accessible from APU and running > this is detected as error which ends up in stopping boot process. > Boot mode detection and logic around is present to setup priority > on

[PATCH 1/3] xilinx: versal-net: Do not setup boot_targets if driver is not enabled

2023-09-04 Thread Venkatesh Yadav Abbarapu
SOC can boot in the device which is not accessible from APU and running this is detected as error which ends up in stopping boot process. Boot mode detection and logic around is present to setup priority on boot devices that SOC boot device is likely also used for booting OS. Change logic to