diff options
author | Wenyou Yang <wenyou.yang@microchip.com> | 2017-09-01 16:26:17 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-11 16:23:07 -0400 |
commit | 34e2819d31bb3512e723ae775b8e3eab8cff29ad (patch) | |
tree | 3f0b056742bf7e46b3e46c7ecf67f9314ca3d3e1 /configs/sama5d2_xplained_spiflash_defconfig | |
parent | d9b23e26f0b663752e915763d6e2da2fd12fe4b2 (diff) | |
download | u-boot-34e2819d31bb3512e723ae775b8e3eab8cff29ad.tar.gz |
board: sama5d2_xplained: Replace code to set mac address
Replace the code to set the ethernet mac address with the code from
the common folder.
Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sama5d2_xplained_spiflash_defconfig')
-rw-r--r-- | configs/sama5d2_xplained_spiflash_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sama5d2_xplained_spiflash_defconfig b/configs/sama5d2_xplained_spiflash_defconfig index c64b8b8e3b..2ecedd98f5 100644 --- a/configs/sama5d2_xplained_spiflash_defconfig +++ b/configs/sama5d2_xplained_spiflash_defconfig @@ -49,6 +49,7 @@ CONFIG_DM_GPIO=y CONFIG_ATMEL_PIO4=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_AT91=y +CONFIG_I2C_EEPROM=y CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_ATMEL=y |