From 34e2819d31bb3512e723ae775b8e3eab8cff29ad Mon Sep 17 00:00:00 2001 From: Wenyou Yang Date: Fri, 1 Sep 2017 16:26:17 +0800 Subject: 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 Reviewed-by: Simon Glass --- include/configs/sama5d2_xplained.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs') diff --git a/include/configs/sama5d2_xplained.h b/include/configs/sama5d2_xplained.h index 9ceb91924d..891218d83e 100644 --- a/include/configs/sama5d2_xplained.h +++ b/include/configs/sama5d2_xplained.h @@ -35,10 +35,6 @@ #define CONFIG_SF_DEFAULT_SPEED 30000000 #endif -/* I2C */ -#define AT24MAC_ADDR 0x5c -#define AT24MAC_REG 0x9a - /* LCD */ #ifdef CONFIG_LCD -- cgit