Re: [PATCH] board: amlogic: vim3: ethernet mac fixed from serial

2021-01-10 Thread Art Nikpal
plz ignore my prev emails > AFAIK, it's fixed with Marek's patch > https://patchwork.ozlabs.org/project/uboot/patch/20201217072642.1319-1-m.szyprow...@samsung.com/ look like yes ! u right Best regards Art On Mon, Jan 11, 2021 at 9:27 AM Art Nikpal wrote: > > AFAIK, it's fixed with Marek's

Re: [PATCH] board: amlogic: vim3: ethernet mac fixed from serial

2021-01-10 Thread Art Nikpal
> AFAIK, it's fixed with Marek's patch > https://patchwork.ozlabs.org/project/uboot/patch/20201217072642.1319-1-m.szyprow...@samsung.com/ not solve ! because mac which must stored in mcu is empty by default and by default we have random mac every time i think i will make new complex patch from

Re: [PATCH] board: amlogic: vim3: ethernet mac fixed from serial

2021-01-10 Thread Jaehoon Chung
Hi, On 1/8/21 2:43 PM, Artem Lapkin wrote: > Fixed randomly generated ethernet mac address! > > Used meson_generate_serial_ethaddr for generate mac address from > board serial number, if ethaddr variable not defined. AFAIK, it's fixed with Marek's patch

[PATCH] board: amlogic: vim3: ethernet mac fixed from serial

2021-01-08 Thread Artem Lapkin
Fixed randomly generated ethernet mac address! Used meson_generate_serial_ethaddr for generate mac address from board serial number, if ethaddr variable not defined. Signed-off-by: Artem Lapkin --- board/amlogic/vim3/vim3.c | 9 + 1 file changed, 9 insertions(+) diff --git