Re: [PATCH v2 3/5] pc-bios/s390-ccw: Make get_boot_index() from menu.c global

2025-07-09 Thread Jared Rossi
Reviewed-by: Jared Rossi On 7/9/25 4:34 AM, Thomas Huth wrote: From: Thomas Huth We are going to reuse this function for selecting an entry from the pxelinux.cfg menu, so rename this function with a "menu_" prefix and make it available globally. Signed-off-by: Thomas Huth --- pc-bios/s390

[PATCH v2 3/5] pc-bios/s390-ccw: Make get_boot_index() from menu.c global

2025-07-09 Thread Thomas Huth
From: Thomas Huth We are going to reuse this function for selecting an entry from the pxelinux.cfg menu, so rename this function with a "menu_" prefix and make it available globally. Signed-off-by: Thomas Huth --- pc-bios/s390-ccw/s390-ccw.h | 1 + pc-bios/s390-ccw/menu.c | 6 +++--- 2 fil