diff options
author | Tom Rini <trini@konsulko.com> | 2017-02-09 11:56:35 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-09 11:56:35 -0500 |
commit | e1a71f8b339220fa74c9cd5d36ae9c444c492e83 (patch) | |
tree | 5eca7ff69f390f4c2f2df3459d3e2db3d91b7af9 /common/fdt_support.c | |
parent | 6f57b19857b514f6e94e423c9bbe2d4b8973a0db (diff) | |
parent | a5fd13ad1913d9c66c47666dbedac7703a48e502 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'common/fdt_support.c')
-rw-r--r-- | common/fdt_support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fdt_support.c b/common/fdt_support.c index a57a5759e4..55d4d6f6d4 100644 --- a/common/fdt_support.c +++ b/common/fdt_support.c @@ -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) |