diff mbox

[U-Boot,3/5] configs: k2hk_evm: add random eth address support

Message ID 20160802063115.12722-4-mugunthanvnm@ti.com
State Accepted
Commit 02c1e2ff87d44e019d6cc7af01427384a399a22a
Delegated to: Tom Rini
Headers show

Commit Message

Mugunthan V N Aug. 2, 2016, 6:31 a.m. UTC
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>
---
 configs/k2hk_evm_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini Aug. 2, 2016, 5:39 p.m. UTC | #1
On Tue, Aug 02, 2016 at 12:01:13PM +0530, Mugunthan V N wrote:

> 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>
Tom Rini Aug. 10, 2016, 12:46 a.m. UTC | #2
On Tue, Aug 02, 2016 at 12:01:13PM +0530, Mugunthan V N wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/k2hk_evm_defconfig b/configs/k2hk_evm_defconfig
index 8623e1c..c050f07 100644
--- 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