commit | 5ea0a8d4e75d3e239a3f6ef69c4c6c66e848c1a4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:40 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:40 2023 -0500 |
tree | 0d9ca4207ef94dacac79d0ec8f8d38d30637ec92 | |
parent | 31ef3942fd2f162fadfc489b7a119a41c7a715e8 [diff] |
bootstd: Add a hunter for ethernet Sometimes ethernet devices are attached to PCI. Since it is quick to scan, add this into the ethernet hunter. Run dhcp to establish the network connection. Drop this from the bootdev since that is not needed now. Update a log message for clarity. Signed-off-by: Simon Glass <sjg@chromium.org>