summaryrefslogtreecommitdiff
path: root/configs/sei610_defconfig
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2021-11-22 14:07:10 +0300
committerNeil Armstrong <narmstrong@baylibre.com>2022-01-07 12:11:12 +0300
commitede1f4f29712869b82a987b0c460ac2e321258b2 (patch)
tree12d353e4989787f3fb515c8b17335c350bd0cd60 /configs/sei610_defconfig
parentc00c147dae51f06e012841371f9baffb4b9dc1b3 (diff)
downloadu-boot-ede1f4f29712869b82a987b0c460ac2e321258b2.tar.xz
configs: amlogic: Disable CONFIG_NET_RANDOM_ETHADDR when unnecessary
On Meson GXL, GXM, AXG, G12A, G12B & SM1 SoCs, we can generate an unique MAC address if none valid found in the eFuses storage. Only the GXBB based boards doesn't have a fallback way to generate an unique MAC address, so we rely on CONFIG_NET_RANDOM_ETHADDR to have a valid one. An exception is the Radxa Zero board who doesn't have Ethernet on board so depends on an (or multiple) eventual USB adapters, so leaving the CONFIG_NET_RANDOM_ETHADDR configs seems safer. Suggested-by: Tom Rini <trini@konsulko.com> Reviewed-by: Vyacheslav Bocharov <adeep@lexina.in> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lore.kernel.org/r/20211122110710.1038893-1-narmstrong@baylibre.com
Diffstat (limited to 'configs/sei610_defconfig')
-rw-r--r--configs/sei610_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sei610_defconfig b/configs/sei610_defconfig
index 63080aec2d..df53c91d8b 100644
--- a/configs/sei610_defconfig
+++ b/configs/sei610_defconfig
@@ -43,7 +43,6 @@ CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_SYS_MMC_ENV_DEV=2
CONFIG_SYS_MMC_ENV_PART=1
-CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_USB_FUNCTION_FASTBOOT=y
CONFIG_FASTBOOT_BUF_ADDR=0x6000000
CONFIG_FASTBOOT_FLASH=y