bootmenu regression

Mark Kettenis mark.kettenis at xs4all.nl
Sat Jun 10 16:31:06 CEST 2023


Hi Simon,

In commit 32bab0eae51 you added a

  #define ansi 0

and put the code that positions the cursor to print the "Hit any key
to stop autoboot" message behind an

  if (ansi)

condition.  As a result that message is now printed in whatever place
the cursor happens to be, which happens to be the last menu entry that
gets printed, making that menu option confusing.

The commit message makes no mention of any intended side-effect of the
change, so am I right assuming that this is debugging code that
accidentally made it out of your tree?


More information about the U-Boot mailing list