Hi Heinrich, On Sun, 9 Feb 2025 at 08:53, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > On 09.02.25 15:29, Simon Glass wrote: > > Hi Heinrich, > > > > On Sun, 9 Feb 2025 at 04:52, Heinrich Schuchardt > > <heinrich.schucha...@canonical.com> wrote: > >> > >> If a single configuration node lacks a description, this does not rule out > >> that another node with a description matches. Anyway we have the default > >> configuration as a fallback. > >> > >> So continue if a description is missing. > >> > > > > That field is mandatory, so we should really fail if it is missing. > > > > What problem are you trying to solve here? > > Sure the field is needed to make a configuration selectable.
It's actually normally informational. Have you looked a CONFIG_FIT_BEST_MATCH? That is how this is supposed to be done. But with starfive_visionfive2 I see: # CONFIG_FIT_BEST_MATCH is not set > > But as long as we can find a good configuration we should boot instead > of leaving the user with a bricked device. The more likely impact is that people won't bother adding the field on RISC-V. Regards, Simon