mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-01 18:51:33 +02:00
ARM: at91: ma5d4: Enable random ethaddr
Use random ethaddr by default in case no ethaddr is set. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
cc6f9deeb0
commit
7c22476b19
@ -15,6 +15,7 @@ CONFIG_VERSION_VARIABLE=y
|
|||||||
CONFIG_BOARD_EARLY_INIT_F=y
|
CONFIG_BOARD_EARLY_INIT_F=y
|
||||||
CONFIG_SPL=y
|
CONFIG_SPL=y
|
||||||
CONFIG_HUSH_PARSER=y
|
CONFIG_HUSH_PARSER=y
|
||||||
|
CONFIG_NET_RANDOM_ETHADDR=y
|
||||||
CONFIG_CMD_BOOTZ=y
|
CONFIG_CMD_BOOTZ=y
|
||||||
# CONFIG_CMD_IMI is not set
|
# CONFIG_CMD_IMI is not set
|
||||||
# CONFIG_CMD_IMLS is not set
|
# CONFIG_CMD_IMLS is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user