diff mbox series

[U-Boot] configs: clearfog: enable random random MAC address

Message ID c8df3f36bc798844608db25f5b68474900872d36.1519021042.git.baruch@tkos.co.il
State Accepted
Commit bc8cb152d8fbea100023917c285129a6d9ccc3ba
Delegated to: Stefan Roese
Headers show
Series [U-Boot] configs: clearfog: enable random random MAC address | expand

Commit Message

Baruch Siach Feb. 19, 2018, 6:17 a.m. UTC
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>
---
 configs/clearfog_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefan Roese Feb. 22, 2018, 2:30 p.m. UTC | #1
On 19.02.2018 07:17, Baruch Siach wrote:
> 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>
> ---
>   configs/clearfog_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
> index a5ed3b20a63a..e2f1b635152f 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
> 

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan
Stefan Roese March 30, 2018, 2:11 p.m. UTC | #2
On 19.02.2018 07:17, Baruch Siach wrote:
> 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>
> ---
>   configs/clearfog_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
> index a5ed3b20a63a..e2f1b635152f 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
> 

Applied to u-boot-marvell/master.

Thanks,
Stefan
diff mbox series

Patch

diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index a5ed3b20a63a..e2f1b635152f 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