18/06/2021 10:53, Thierry Herbelot: > On 6/18/21 10:51 AM, Thomas Monjalon wrote: > > 18/06/2021 04:09, Ruifeng Wang: > >> From: Thierry Herbelot <thierry.herbe...@6wind.com> > >>> 'part_number_config': { > >>> - '0xc00': {'machine_args': ['-march=armv8-a+crc']} > >>> + '0x800': {'machine_args': ['-march=armv8-a+crc']}, > >>> + '0xc00': {'machine_args': ['-march=armv8-a+crc']}, > >> Nit, redundant comma at the end of the line. > > > > What is redundant? > > The comma at the end of the second line is not necessary.
It is a good practice to have comma like other lines, so no need to update this line when adding more.