diff options
| author | Anna, Suman <[email protected]> | 2017-05-16 12:50:18 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-06-05 11:02:23 -0400 |
| commit | 7c0c6be52c05a7c1518ee403ee35ddf1eb93974a (patch) | |
| tree | 58fc036c02eac5eae4a2c57f40b4422d00583566 | |
| parent | e320d377666c87c0df21787f8b0432d6791c2900 (diff) | |
configs: davinci: omapl138_lcdk: add random eth address support
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
| -rw-r--r-- | configs/omapl138_lcdk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index cb351e4e672..b5d14d2cc45 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -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 |
