summaryrefslogtreecommitdiffstats
path: root/include/configs/atstk1002.h
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hcegtvedt@atmel.com>2007-08-30 15:03:04 +0200
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-08-30 17:27:44 +0200
commitc88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a (patch)
tree6243775da60f19413eef5d0cbcd207ed96644d96 /include/configs/atstk1002.h
parent2c05fd125744981e5f2828d24e66ccc20a77d25d (diff)
downloadblackbird-obmc-uboot-c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a.tar.gz
blackbird-obmc-uboot-c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a.zip
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>
Diffstat (limited to 'include/configs/atstk1002.h')
-rw-r--r--include/configs/atstk1002.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h
index e1d8f74c5e..65736644b6 100644
--- a/include/configs/atstk1002.h
+++ b/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
OpenPOWER on IntegriCloud