[U-Boot] CONFIG_RANDOM_UUID and CONFIG_CMD_UUID unused?

Tom Rini trini at konsulko.com
Wed Feb 7 02:10:36 UTC 2018


On Tue, Feb 06, 2018 at 08:55:26AM -0600, Adam Ford wrote:

> config_fallbacks.h both check to see if CONFIG_RANDOM_UUID or
> CONFIG_CMD_UUID are defined, but I don't ever see either of these
> options defined.
> 
> Can this go away:
> 
> #if (defined(CONFIG_RANDOM_UUID) || \
> defined(CONFIG_CMD_UUID)) && \
> (!defined(CONFIG_LIB_RAND) && \
> !defined(CONFIG_LIB_HW_RAND))
> #define CONFIG_LIB_RAND
> #endif

As LIB_RAND is in Kconfig, this information should be done via Kconfig
and that section dropped, yes.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180206/c74bc969/attachment.sig>


More information about the U-Boot mailing list