]> Git Repo - J-u-boot.git/commit - configs/poplar_defconfig
poplar: use random mac address
authorIgor Opaniuk <[email protected]>
Thu, 9 Nov 2023 22:34:34 +0000 (23:34 +0100)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Sam Protsenko <[email protected]>
configs/poplar_defconfig
This page took 0.033287 seconds and 4 git commands to generate.