diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2016-08-02 12:01:15 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-08-08 13:32:58 -0400 |
commit | 43caa9a8790e0235f82f15be8dce37bfe4715865 (patch) | |
tree | 88a4a1142e4901f8752e24abf560a8587fcf8b04 | |
parent | 868a3a6bad4709586ec3f9bef229862773560a7a (diff) | |
download | u-boot-imx-43caa9a8790e0235f82f15be8dce37bfe4715865.zip u-boot-imx-43caa9a8790e0235f82f15be8dce37bfe4715865.tar.gz u-boot-imx-43caa9a8790e0235f82f15be8dce37bfe4715865.tar.bz2 |
configs: k2l_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>
-rw-r--r-- | configs/k2l_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/k2l_evm_defconfig b/configs/k2l_evm_defconfig index 9aa429c..e1386f7 100644 --- a/configs/k2l_evm_defconfig +++ b/configs/k2l_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 |