From 9ba9e85f3f1cc2e7d8b387a03c50eb067d915e0a Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 25 May 2015 11:37:22 +0200 Subject: net: Fix NET_RANDOM_ETHADDR dependencies NET_RANDOM_ETHADDR depends on lib/rand.c. This patch adds dependency to Kconfig to ensure that library is also compiled. Remove the definitions from Blackfin boards' include/configs. Signed-off-by: Michal Simek Acked-by: Joe Hershberger --- include/configs/a3m071.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/a3m071.h') diff --git a/include/configs/a3m071.h b/include/configs/a3m071.h index d23d2c4..f8cea62 100644 --- a/include/configs/a3m071.h +++ b/include/configs/a3m071.h @@ -60,7 +60,6 @@ #define CONFIG_BOOTP_SERVERIP #define CONFIG_NET_RETRY_COUNT 3 #define CONFIG_CMD_LINK_LOCAL -#define CONFIG_LIB_RAND #define CONFIG_NETCONSOLE #define CONFIG_SYS_CONSOLE_IS_IN_ENV #define CONFIG_CMD_PING -- cgit v1.1