summaryrefslogtreecommitdiff
path: root/configs/k2hk_evm_defconfig
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2016-08-02 06:31:13 (GMT)
committerTom Rini <trini@konsulko.com>2016-08-08 17:32:57 (GMT)
commit02c1e2ff87d44e019d6cc7af01427384a399a22a (patch)
tree9d0c1d2e5a3e12f1ea7b27abfca6ece59ddb63b3 /configs/k2hk_evm_defconfig
parenta61f6a55954c6242105f39aa74a7e3b7e42ce3a5 (diff)
downloadu-boot-fsl-qoriq-02c1e2ff87d44e019d6cc7af01427384a399a22a.tar.xz
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>
Diffstat (limited to 'configs/k2hk_evm_defconfig')
-rw-r--r--configs/k2hk_evm_defconfig2
1 files changed, 2 insertions, 0 deletions
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