Explorar o código

Remove double quotation marks around MAC address for STK1002

Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Hans-Christian Egtvedt %!s(int64=17) %!d(string=hai) anos
pai
achega
c88b6e1cbf
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      include/configs/atstk1002.h

+ 2 - 2
include/configs/atstk1002.h

@@ -103,8 +103,8 @@
  * generated and assigned to the environment variables "ethaddr" and
  * "eth1addr".
  */
-#define CONFIG_ETHADDR			"6a:87:71:14:cd:cb"
-#define CONFIG_ETH1ADDR			"ca:f8:15:e6:3e:e6"
+#define CONFIG_ETHADDR			6a:87:71:14:cd:cb
+#define CONFIG_ETH1ADDR			ca:f8:15:e6:3e:e6
 #define CONFIG_OVERWRITE_ETHADDR_ONCE	1
 #define CONFIG_NET_MULTI		1