diff options
author | Adam Ford <aford173@gmail.com> | 2018-02-06 10:18:18 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-08 12:48:22 -0500 |
commit | a5a37567c4f7bd6faf85ef4b720f6efce3e8bbbf (patch) | |
tree | 0f02a585c7f0438cf9088aff857baa8b7d887679 /include/configs/ds414.h | |
parent | 99bec1aead5927c54f4364bfe10823a86fe0dad2 (diff) |
Convert CONFIG LIB_HW_RAND to Kconfig
config_fallbacks.h had some logic to automatically select
LIB_RAND if RANDOM_UUID or CMD_UUID were set if LIB_HW_RAND wasn't
already selected. By migrating LIB_HW_RAND to Kconfig, we can
remove this check from config_fallbacks.h and put it into Kconfig
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
[trini: Turn into a choice, add NET_RANDOM_ETHADDR]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ds414.h')
-rw-r--r-- | include/configs/ds414.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ds414.h b/include/configs/ds414.h index c840c935b2..9bd0be1d22 100644 --- a/include/configs/ds414.h +++ b/include/configs/ds414.h @@ -112,10 +112,6 @@ /* DS414 bus width is 32bits */ #define CONFIG_DDR_32BIT -/* Use random ethernet address if not configured */ -#define CONFIG_LIB_RAND -#define CONFIG_NET_RANDOM_ETHADDR - /* Default Environment */ #define CONFIG_BOOTCOMMAND "sf read ${loadaddr} 0xd0000 0x700000; bootm" #define CONFIG_LOADADDR 0x80000 |