diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-04-12 11:55:07 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-04-13 09:30:56 +0200 |
commit | 9b618eb08b00cf6a84b157c462025b22c951a4b2 (patch) | |
tree | 0ba1ff05554c130f966dde7dc389cafb25cfaa8e /README.md | |
parent | 018f10b1c57760071fd20cd052b1eff5ec32ecd7 (diff) |
Rename macaddr to uboot_macaddr
For clarify the use of macaddr, rename it to uboot_macaddr.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ lab-slave-XX: The name of the slave (where XX is a number) devicename: Each board must be named by their device-type as "device-type-XX" (where XX is a number) type: the LAVA device-type of this device uboot_ipaddr: (optional) a static IP to set in uboot - macaddr: (Optional) the MAC address to set in uboot + uboot_macaddr: (Optional) the MAC address to set in uboot # One of uart or connection_command must be choosen uart: idvendor: The VID of the UART (Formated as 0xXXXX) |