Michael 'Mickey' Lauer wrote: > Unrelated, but could you please write to the display whether we are in NOR > boot menu or NAND boot menu?
Done. Now it says "*** BOOT MENU (NOR) ***", etc. - Werner ----------------------------------- Changes ----------------------------------- Add a visual indication for where we are booting from (NAND or NOR). boot-menu.patch: - include/bootmenu.h (struct bootmenu_setup): added field "comment" to set an optional comment to display in the boot menu header - common/bootmenu.c (show_bootmenu): display a comment if specified gta02-bootmenu.patch: - board/neo1973/common/bootmenu.c (bootmenu_setup): changes from "static" to "extern", to allow platform to tweak it - board/neo1973/gta02/gta02.c (board_late_init): add "NAND" comment to boot menu if booting from NAND nor-bootmenu.patch: - board/neo1973/gta02/gta02.c (board_late_init): add "NOR" comment to boot menu if booting from NOR
