Re: [PATCH 01/14] boot: Reorder FIT and BOOTSTD to be first

2023-12-11 Thread Simon Glass
Hi Tom, On Sat, 9 Dec 2023 at 11:39, Tom Rini wrote: > > On Sun, Dec 03, 2023 at 05:31:25PM -0700, Simon Glass wrote: > > > The boot menu shows Android first and then a timestamp option. Move > > these later since they are less commonly used. > > > > Signed-off-by: Simon Glass > > --- > > > > b

Re: [PATCH 01/14] boot: Reorder FIT and BOOTSTD to be first

2023-12-09 Thread Tom Rini
On Sun, Dec 03, 2023 at 05:31:25PM -0700, Simon Glass wrote: > The boot menu shows Android first and then a timestamp option. Move > these later since they are less commonly used. > > Signed-off-by: Simon Glass > --- > > boot/Kconfig | 36 ++-- > 1 file changed,

[PATCH 01/14] boot: Reorder FIT and BOOTSTD to be first

2023-12-03 Thread Simon Glass
The boot menu shows Android first and then a timestamp option. Move these later since they are less commonly used. Signed-off-by: Simon Glass --- boot/Kconfig | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/boot/Kconfig b/boot/Kconfig i