Skip to content
Snippets Groups Projects
Commit f5737613 authored by Angus Ainslie (Purism)'s avatar Angus Ainslie (Purism)
Browse files

imx8m_som.h : use random ethernet MAC addresses

parent 6a09b325
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,9 @@
#define CONFIG_MII
#define CONFIG_ETHPRIME "FEC"
#define CONFIG_NET_RANDOM_ETHADDR
#define CONFIG_LIB_RAND
#define CONFIG_FEC_MXC
#define FEC_QUIRK_ENET_MAC
......@@ -158,7 +161,6 @@
"script=boot.scr\0" \
"image=Image\0" \
"fdt_file=dtbs/librem5-evk.dtb\0" \
"ethaddr=3C:FB:96:77:88:A0\0" \
"ip_dyn=no\0" \
"ipaddr=172.17.33.41\0" \
"serverip=172.17.0.1\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment