On Tue, 30 Mar 2021 at 18:54, Alex G. <mr.nuke...@gmail.com> wrote: > > > > On 3/29/21 2:43 AM, Simon Glass wrote: > > On Fri, 12 Mar 2021 at 10:32, Alexandru Gagniuc <mr.nuke...@gmail.com> > > wrote: > >> > >> The information on the OS should be contained in the FIT, as the > >> self-explanatory "os" property of a node under /images. Hard-coding > >> this to U_BOOT might send us down the wrong path later in the boot > >> process. > >> > >> Signed-off-by: Alexandru Gagniuc <mr.nuke...@gmail.com> > >> --- > >> common/spl/spl.c | 5 +++-- > >> 1 file changed, 3 insertions(+), 2 deletions(-) > >>
Reviewed-by: Simon Glass <s...@chromium.org>