diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-02-19 08:17:22 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-03-30 12:52:48 +0200 |
commit | bc8cb152d8fbea100023917c285129a6d9ccc3ba (patch) | |
tree | 273adaaabf5599407d8f776dde58535f6dfe49f1 /configs/clearfog_defconfig | |
parent | b8478fcd042686f7fe35edd30cc14f876762543c (diff) | |
download | u-boot-bc8cb152d8fbea100023917c285129a6d9ccc3ba.tar.gz u-boot-bc8cb152d8fbea100023917c285129a6d9ccc3ba.tar.xz u-boot-bc8cb152d8fbea100023917c285129a6d9ccc3ba.zip |
configs: clearfog: enable random random MAC address
This makes the network devices usable when booting a blank board over
UART, with no pre-configured MAC address stored in the environment area.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/clearfog_defconfig')
-rw-r--r-- | configs/clearfog_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig index 2359ad2ebe..ff954c76e2 100644 --- a/configs/clearfog_defconfig +++ b/configs/clearfog_defconfig @@ -30,6 +30,7 @@ CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y # CONFIG_SPL_PARTITION_UUIDS is not set CONFIG_ENV_IS_IN_MMC=y +CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_OF_TRANSLATE=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_SDMA=y |