projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a61f6a5
)
configs: k2hk_evm: add random eth address support
author
Mugunthan V N
<mugunthanvnm@ti.com>
Tue, 2 Aug 2016 06:31:13 +0000
(12:01 +0530)
committer
Tom Rini
<trini@konsulko.com>
Mon, 8 Aug 2016 17:32:57 +0000
(13:32 -0400)
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>
configs/k2hk_evm_defconfig
patch
|
blob
|
history
diff --git
a/configs/k2hk_evm_defconfig
b/configs/k2hk_evm_defconfig
index 8623e1ca88d5d87ce7fcbe4986da4b9da73b1252..c050f0735f84ed4ca222fca5ac232e0b2e8f9f9b 100644
(file)
--- a/
configs/k2hk_evm_defconfig
+++ b/
configs/k2hk_evm_defconfig
@@
-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