diff options
author | Tom Rini <trini@konsulko.com> | 2017-12-27 08:17:05 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-27 08:17:05 -0500 |
commit | 8e5f0497c8a8ab9bd7314737f2edb4711733b6fe (patch) | |
tree | 7ef6e942cb4fda392bb736f728b55b6882e265bd /README | |
parent | 7e3caa81e0e9cc5e2beed4a3a1c334e2119f4498 (diff) | |
parent | 4ace304062e143da8ab7851d0c8570d61777ec06 (diff) | |
download | u-boot-8e5f0497c8a8ab9bd7314737f2edb4711733b6fe.zip u-boot-8e5f0497c8a8ab9bd7314737f2edb4711733b6fe.tar.gz u-boot-8e5f0497c8a8ab9bd7314737f2edb4711733b6fe.tar.bz2 |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1603,6 +1603,15 @@ The following options need to be configured: See doc/README.link-local for more information. + - MAC address from environment variables + + FDT_SEQ_MACADDR_FROM_ENV + + Fix-up device tree with MAC addresses fetched sequentially from + environment variables. This config work on assumption that + non-usable ethernet node of device-tree are either not present + or their status has been marked as "disabled". + - CDP Options: CONFIG_CDP_DEVICE_ID |