From 90afbadbbb78b44435fad5dfb05394e15f2fe90d Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 7 May 2019 13:32:52 +0200 Subject: [PATCH] hw18: configs.h: remove CONFIG_MD5 as it is defined in the build config --- include/configs/armada-385-nrhw18-v2.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/configs/armada-385-nrhw18-v2.h b/include/configs/armada-385-nrhw18-v2.h index fef5ceed27..dfc945d929 100755 --- a/include/configs/armada-385-nrhw18-v2.h +++ b/include/configs/armada-385-nrhw18-v2.h @@ -193,11 +193,6 @@ */ #include "mv-common.h" -/* - * NBHW needs md5 support - */ -#define CONFIG_MD5 - /* * We need some functions to be called after environment setup */