[U-Boot] [PATCH 1/4] kirkwood: remove get_random_hex() and MD5 dependency

Simon Glass sjg at chromium.org
Thu Mar 16 22:06:25 UTC 2017


On 14 March 2017 at 19:19, Andre Przywara <andre.przywara at arm.com> wrote:
> 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 at arm.com>
> ---
>  arch/arm/mach-kirkwood/include/mach/config.h | 1 -
>  arch/arm/mach-kirkwood/include/mach/cpu.h    | 1 -
>  2 files changed, 2 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list