mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
Merge branch 'master' of git://git.denx.de/u-boot-net
This commit is contained in:
@@ -473,7 +473,7 @@ void fdt_fixup_ethernet(void *fdt)
|
||||
char *tmp, *end;
|
||||
char mac[16];
|
||||
const char *path;
|
||||
unsigned char mac_addr[6];
|
||||
unsigned char mac_addr[ARP_HLEN];
|
||||
int offset;
|
||||
|
||||
if (fdt_path_offset(fdt, "/aliases") < 0)
|
||||
|
Reference in New Issue
Block a user