From: Mugunthan V N Date: Tue, 2 Aug 2016 06:31:13 +0000 (+0530) Subject: configs: k2hk_evm: add random eth address support X-Git-Tag: KARO-TXSD-2017-03-15~351 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=02c1e2ff87d44e019d6cc7af01427384a399a22a;p=karo-tx-uboot.git 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 Reviewed-by: Tom Rini --- diff --git a/configs/k2hk_evm_defconfig b/configs/k2hk_evm_defconfig index 8623e1ca88..c050f0735f 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