mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
configs: k2hk_evm: add random eth address support
There is only one ethernet mac address in e-fuse, but there are multiple slaves in keystone net, so enable random mac address support. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
a61f6a5595
commit
02c1e2ff87
1 changed files with 2 additions and 0 deletions
|
@ -37,3 +37,5 @@ CONFIG_SYS_NS16550=y
|
|||
CONFIG_USB=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
CONFIG_USB_XHCI_DWC3=y
|
||||
CONFIG_LIB_RAND=y
|
||||
CONFIG_NET_RANDOM_ETHADDR=y
|
||||
|
|
Loading…
Add table
Reference in a new issue