1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-18 00:11:48 +02:00
Files
u-boot-megous/lib
Heinrich Schuchardt 1611235b85 lib: Kconfig dependencies for pseudo-random library
drivers/rng/sandbox_rng.c requires rand() to be defined but configuration
option CONFIG_CONFIG_LIB_RAND selected in drivers/rng/Kconfig does not
exist.

test/lib/test_aes.c requires rand() to be defined.

Fix the selection criteria for choice "Pseudo-random library support type".

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2020-01-25 12:04:36 -05:00
..
2020-01-15 00:51:51 +01:00
2019-11-04 18:15:32 -07:00
2020-01-17 10:15:49 -05:00
2019-12-06 16:44:20 -05:00
2019-12-02 18:23:07 -05:00
2019-10-31 07:22:53 -04:00
2020-01-25 12:04:36 -05:00
2019-12-06 16:44:20 -05:00
2020-01-22 17:47:57 -05:00