ethernet: remove debug print statement
This commit is contained in:
parent
7fca0bf5f0
commit
ccd016f3d4
|
|
@ -478,7 +478,6 @@ class EthernetInterface(Elaboratable):
|
|||
addr = list(f"{getrandbits(48):012x}")
|
||||
addr[1] = "2"
|
||||
liteeth_config["mac_address"] = int("".join(addr), 16)
|
||||
print(liteeth_config["mac_address"])
|
||||
|
||||
# Force use of DHCP
|
||||
liteeth_config["dhcp"] = True
|
||||
|
|
|
|||
Loading…
Reference in New Issue