Re: [PATCH 13/15] ppc/ppc405: Fix bi_pci_enetaddr2 field in U-Boot board information

2021-12-06 Thread Philippe Mathieu-Daudé
On 12/6/21 11:37, Cédric Le Goater wrote: > The board information for the 405EP first appeared in commit 04f20795ac81 > ("Move PowerPC 405 specific definitions into a separate file ...") > An Ethernet address is a 6 byte number. Fix that. > > Signed-off-by: Cédric Le Goater > --- > hw/ppc/ppc405

[PATCH 13/15] ppc/ppc405: Fix bi_pci_enetaddr2 field in U-Boot board information

2021-12-06 Thread Cédric Le Goater
The board information for the 405EP first appeared in commit 04f20795ac81 ("Move PowerPC 405 specific definitions into a separate file ...") An Ethernet address is a 6 byte number. Fix that. Signed-off-by: Cédric Le Goater --- hw/ppc/ppc405.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)