]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
configs: davinci: omapl138_lcdk: add random eth address support
authorAnna, Suman <s-anna@ti.com>
Tue, 16 May 2017 17:50:18 +0000 (12:50 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 15:02:23 +0000 (11:02 -0400)
Any TFTP or DHCP boot on the Davinci OMAP-L138 LCDK board requires
that the 'ethaddr' variable be defined. There are no e-fuses to store
the ethernet mac address for this platform, and neither is a MAC
address reserved in any format. So enable random MAC address support
so that networking boot can be supported.

Signed-off-by: Suman Anna <s-anna@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
configs/omapl138_lcdk_defconfig

index cb351e4e672faa6c79fc0a4219d272bc341f464c..b5d14d2cc45d5f5df84df66ca061750526c8a9d4 100644 (file)
@@ -24,6 +24,7 @@ CONFIG_CRC32_VERIFY=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_DIAG=y
 CONFIG_CMD_UBI=y
+CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
 CONFIG_SYS_NAND_U_BOOT_OFFS=0x28000
 CONFIG_SPI_FLASH=y