summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-04-23 17:11:59 +0200
committerStefan Agner <stefan.agner@toradex.com>2015-04-23 17:23:40 +0200
commitbb1a37857e2407e2c0e2fb7e62a83f708d57ca23 (patch)
tree8ac934da162ec9125d8f57b8d5c4fcdbfff1bf7e
parent769c0f8d9c7a98d77855aa7efd8ec21a2f125924 (diff)
colibri_vf: remove fec_mac
Also, the kernel argument has been renamed (to fec.macaddr) and uses a different format (0x00,0x2d...). The FEC ethernet address is assigned through device tree nowadays. Hence remove the old argument "fec_mac" without replacement.
-rw-r--r--include/configs/colibri_vf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 5a01c7f2f9..a0156cd6b2 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -190,7 +190,7 @@
"defargs=\0" \
"console=ttyLP0\0" \
"setup=setenv setupargs " \
- "fec_mac=${ethaddr} console=tty1 console=${console}" \
+ "console=tty1 console=${console}" \
",${baudrate}n8 ${memargs}\0" \
"setsdupdate=mmc rescan && setenv interface mmc && " \
"fatload ${interface} 0:1 ${loadaddr} flash_blk.img && " \