From fafa440342a50191504c1da7515ed6e28c933396 Mon Sep 17 00:00:00 2001 From: Wenyou Yang Date: Fri, 1 Sep 2017 16:26:18 +0800 Subject: board: sama5d4_xplained: Set mac address from eeprom Add the code to set the ethernet mac address from eeprom by using the common code from the common folder. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass --- configs/sama5d4_xplained_spiflash_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/sama5d4_xplained_spiflash_defconfig') diff --git a/configs/sama5d4_xplained_spiflash_defconfig b/configs/sama5d4_xplained_spiflash_defconfig index d82a4cddf2..d8a126ce1b 100644 --- a/configs/sama5d4_xplained_spiflash_defconfig +++ b/configs/sama5d4_xplained_spiflash_defconfig @@ -46,6 +46,9 @@ CONFIG_AT91_UTMI=y CONFIG_AT91_H32MX=y CONFIG_DM_GPIO=y CONFIG_AT91_GPIO=y +CONFIG_DM_I2C=y +CONFIG_SYS_I2C_AT91=y +CONFIG_I2C_EEPROM=y CONFIG_DM_MMC=y CONFIG_GENERIC_ATMEL_MCI=y CONFIG_DM_SPI_FLASH=y -- cgit v1.2.3