diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-05-25 11:37:22 +0200 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2015-06-01 13:15:11 -0500 |
commit | 9ba9e85f3f1cc2e7d8b387a03c50eb067d915e0a (patch) | |
tree | d94908133d33c620ff9753d7601e3dc7ca3ed79e /include/configs/a3m071.h | |
parent | 6eed3786c68c8a49d2986ac4f9f6e3071b769d41 (diff) |
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 <michal.simek@xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/a3m071.h')
-rw-r--r-- | include/configs/a3m071.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/a3m071.h b/include/configs/a3m071.h index d23d2c4cc5d..f8cea62b596 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 |