]> git.dujemihanovic.xyz Git - u-boot.git/commit
poplar: use random mac address
authorIgor Opaniuk <igor.opaniuk@foundries.io>
Thu, 9 Nov 2023 22:34:34 +0000 (23:34 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 23:59:58 +0000 (18:59 -0500)
commit01201dbd3babf93ea9a99bb329107208da66683b
tree499ec3fbb02d07481375727e79f4944326632e9e
parent13248d66aeea02afc120ba83075e1af32cefd592
poplar: use random mac address

Set CONFIG_NET_RANDOM_ETHADDR=y, which sets random eth address in
case there is no configuration provided neither in CONFIG_ETHADDR
nor in "ethaddr" env variable.

This fixes the problem:
poplar# dhcp
Error: ethernet@9841000 address not set.

Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
configs/poplar_defconfig