Re: [PATCH] xilinx: Allow alternative boot strategies in zynq-common.h

2025-03-17 Thread Michal Simek
On 3/7/25 07:29, Mike Looijmans wrote: Allow config headers that include zynq-common.h to provide their own (distro) boot strategies. This is implemented by skipping the section when BOOT_ENV has already been defined. Signed-off-by: Mike Looijmans --- include/configs/zynq-common.h | 6 +++

[PATCH] xilinx: Allow alternative boot strategies in zynq-common.h

2025-03-06 Thread Mike Looijmans
Allow config headers that include zynq-common.h to provide their own (distro) boot strategies. This is implemented by skipping the section when BOOT_ENV has already been defined. Signed-off-by: Mike Looijmans --- include/configs/zynq-common.h | 6 ++ 1 file changed, 6 insertions(+) diff --