Re: [PATCH 1/1] boot/image-fit: improve 'No Image' message

2025-04-30 Thread Simon Glass
Hi Heinrich, On Wed, 30 Apr 2025 at 08:34, Heinrich Schuchardt wrote: > > On 30.04.25 15:54, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 30 Apr 2025 at 01:16, Heinrich Schuchardt > > wrote: > >> > >> If an initrd is invalid, we see output like > >> > >> No Unknown OS RISC-V RAMDisk

Re: [PATCH 1/1] boot/image-fit: improve 'No Image' message

2025-04-30 Thread Heinrich Schuchardt
On 30.04.25 15:54, Simon Glass wrote: Hi Heinrich, On Wed, 30 Apr 2025 at 01:16, Heinrich Schuchardt wrote: If an initrd is invalid, we see output like No Unknown OS RISC-V RAMDisk Image Image Ramdisk image is corrupt or invalid As most image type descriptions end on Image, we sho

Re: [PATCH 1/1] boot/image-fit: improve 'No Image' message

2025-04-30 Thread Simon Glass
Hi Heinrich, On Wed, 30 Apr 2025 at 01:16, Heinrich Schuchardt wrote: > > If an initrd is invalid, we see output like > > No Unknown OS RISC-V RAMDisk Image Image > Ramdisk image is corrupt or invalid > > As most image type descriptions end on Image, we should not repeat that > word. Ins

[PATCH 1/1] boot/image-fit: improve 'No Image' message

2025-04-30 Thread Heinrich Schuchardt
If an initrd is invalid, we see output like No Unknown OS RISC-V RAMDisk Image Image Ramdisk image is corrupt or invalid As most image type descriptions end on Image, we should not repeat that word. Instead of misleading 'No' we should write 'Invalid' here. Invalid Unknown OS RISC-V