samples: net: gptp: Remove Kconfig MAC address for sam_e70_xplained

This commit removes the Kconfig MAC address configurations for the
`sam_e70_xplained` board, as these have been migrated to use the device
tree configurations.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2020-03-18 10:48:53 +09:00 committed by Kumar Gala
commit 14573bdb3a

View file

@ -3,12 +3,3 @@ CONFIG_ETH_SAM_GMAC=y
CONFIG_PTP_CLOCK_SAM_GMAC=y CONFIG_PTP_CLOCK_SAM_GMAC=y
CONFIG_ETH_SAM_GMAC_MAC_I2C_EEPROM=y CONFIG_ETH_SAM_GMAC_MAC_I2C_EEPROM=y
# Optionally you can use fixed MAC address
CONFIG_ETH_SAM_GMAC_MAC_MANUAL=n
CONFIG_ETH_SAM_GMAC_MAC0=0xFC
CONFIG_ETH_SAM_GMAC_MAC1=0xC2
CONFIG_ETH_SAM_GMAC_MAC2=0x3D
CONFIG_ETH_SAM_GMAC_MAC3=0xBC
CONFIG_ETH_SAM_GMAC_MAC4=0x8C
CONFIG_ETH_SAM_GMAC_MAC5=0xAE