Re: [U-Boot] [PATCH v2 16/17] efi_selftest: allow printing MAC addresses

2017-10-08 Thread Simon Glass
On 5 October 2017 at 08:36, Heinrich Schuchardt wrote: > Add %pm as format string to print a MAC address. > This is helpful when analyzing network problems. > > Signed-off-by: Heinrich Schuchardt > --- > v2 > no change > --- > lib/efi_selftest/efi_selftest_console.c | 41 > +

[U-Boot] [PATCH v2 16/17] efi_selftest: allow printing MAC addresses

2017-10-05 Thread Heinrich Schuchardt
Add %pm as format string to print a MAC address. This is helpful when analyzing network problems. Signed-off-by: Heinrich Schuchardt --- v2 no change --- lib/efi_selftest/efi_selftest_console.c | 41 - 1 file changed, 40 insertions(+), 1 deletion(-) diff