summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/include/mach/config.h
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2017-03-15 01:19:04 +0000
committerTom Rini <trini@konsulko.com>2017-03-17 09:09:20 -0400
commita5b3b2d91f8b15aaf0f870aa0d5f37f76a4df66b (patch)
tree43be901fd9814d932f2ba30aeab0bd5d1e4067a0 /arch/arm/mach-kirkwood/include/mach/config.h
parentb504ff9f6bbdd4d3700595f64f3c30c5c9f70d35 (diff)
downloadu-boot-a5b3b2d91f8b15aaf0f870aa0d5f37f76a4df66b.tar.gz
u-boot-a5b3b2d91f8b15aaf0f870aa0d5f37f76a4df66b.tar.xz
u-boot-a5b3b2d91f8b15aaf0f870aa0d5f37f76a4df66b.zip
kirkwood: remove get_random_hex() and MD5 dependency
Commit 19a5944fcd62 ("mvgbe: remove setting of ethaddr within the driver") removed the usage of get_random_hex() from the mvgbe driver about six years ago. However the prototype of that function survived till today in some kirkwood header file. Remove that prototype and the CONFIG_MD5 dependency triggered by that. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/mach-kirkwood/include/mach/config.h')
-rw-r--r--arch/arm/mach-kirkwood/include/mach/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/include/mach/config.h b/arch/arm/mach-kirkwood/include/mach/config.h
index 446457fd81..b786df0aaf 100644
--- a/arch/arm/mach-kirkwood/include/mach/config.h
+++ b/arch/arm/mach-kirkwood/include/mach/config.h
@@ -24,7 +24,6 @@
#endif /* CONFIG_KW88F6281 */
#include <asm/arch/soc.h>
-#define CONFIG_MD5 /* get_random_hex on krikwood needs MD5 support */
#define CONFIG_KIRKWOOD_EGIGA_INIT /* Enable GbePort0/1 for kernel */
#define CONFIG_KIRKWOOD_RGMII_PAD_1V8 /* Set RGMII Pad voltage to 1.8V */
#define CONFIG_KIRKWOOD_PCIE_INIT /* Enable PCIE Port0 for kernel */