[PATCH v2 1/2] menu: Add a function to set the default by matching the item data

2020-02-05 Thread Schrempf Frieder
From: Frieder Schrempf In order to make it possible to auto select a default entry by matching the data of the menu entries by an external matching function, we add some helpers and expose the menu_set_default_by_item_data_match() function. Signed-off-by: Frieder Schrempf --- Changes in v2: * K

Re: [PATCH v2 1/2] menu: Add a function to set the default by matching the item data

2020-02-05 Thread Simon Glass
Hi Schrempf, On Wed, 5 Feb 2020 at 08:12, Schrempf Frieder wrote: > > From: Frieder Schrempf > > In order to make it possible to auto select a default entry by > matching the data of the menu entries by an external matching > function, we add some helpers and expose the > menu_set_default_by_ite