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 /include/configs/sama5d2_xplained.h | |
parent | d9b23e26f0b663752e915763d6e2da2fd12fe4b2 (diff) |
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 'include/configs/sama5d2_xplained.h')
-rw-r--r-- | include/configs/sama5d2_xplained.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/sama5d2_xplained.h b/include/configs/sama5d2_xplained.h index 9ceb91924dd..891218d83ef 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 |