]> git.ipfire.org Git - people/ms/u-boot.git/commit
kirkwood: remove get_random_hex() and MD5 dependency
authorAndre Przywara <andre.przywara@arm.com>
Wed, 15 Mar 2017 01:19:04 +0000 (01:19 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 17 Mar 2017 13:09:20 +0000 (09:09 -0400)
commita5b3b2d91f8b15aaf0f870aa0d5f37f76a4df66b
tree43be901fd9814d932f2ba30aeab0bd5d1e4067a0
parentb504ff9f6bbdd4d3700595f64f3c30c5c9f70d35
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>
arch/arm/mach-kirkwood/include/mach/config.h
arch/arm/mach-kirkwood/include/mach/cpu.h