Re: Bug in distro_efi_boot()

2023-11-15 Thread Simon Glass
Hi Heinrich, On Wed, 15 Nov 2023 at 17:54, Heinrich Schuchardt wrote: > > Hello Simon, > > In function distro_efi_boot() the bootefi command is called. The second > argument should only be passed if a device-tree has actually been > loaded. But this is not what the code does: > > For network

Bug in distro_efi_boot()

2023-11-15 Thread Heinrich Schuchardt
Hello Simon, In function distro_efi_boot() the bootefi command is called. The second argument should only be passed if a device-tree has actually been loaded. But this is not what the code does: For network boot methods the value of $fdt_addr_r is passed as second parameter though possibly no