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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to