[PATCH 2/3] mkimage: Skip adding non-existent IDs to a list

2020-10-06 Thread Naoki Hayama
In show_valid_options(), this patch introduces checking whether a category has an entry ID. If not, adding it to a list for output is skipped before calling qsort(). This patch will affect all kinds of image header categories (-A, -C, -O and -T flags). Signed-off-by: Naoki Hayama --- tools/mkim

Re: [PATCH 2/3] mkimage: Skip adding non-existent IDs to a list

2020-10-22 Thread Tom Rini
On Wed, Oct 07, 2020 at 11:21:55AM +0900, Naoki Hayama wrote: > In show_valid_options(), this patch introduces checking whether > a category has an entry ID. If not, adding it to a list for output > is skipped before calling qsort(). > This patch will affect all kinds of image header categories >

Re: [PATCH 2/3] mkimage: Skip adding non-existent IDs to a list

2020-10-11 Thread Simon Glass
On Tue, 6 Oct 2020 at 20:22, Naoki Hayama wrote: > > In show_valid_options(), this patch introduces checking whether > a category has an entry ID. If not, adding it to a list for output > is skipped before calling qsort(). > This patch will affect all kinds of image header categories > (-A, -C, -O