diff options
author | Simon Glass | 2022-04-24 23:31:15 -0600 |
---|---|---|
committer | Tom Rini | 2022-04-25 10:00:04 -0400 |
commit | 4fd8d077cb6986385fa8af1b9b11f0fb2cdeb609 (patch) | |
tree | 79c9a038fcdb1bfbc27f06a98988117ab00d967a /MAINTAINERS | |
parent | b8aa463e9ba96e66fc24e0d7cd0e07e9bc7bc839 (diff) |
bootstd: ethernet: Add a bootdev driver
Add a bootdev driver for Ethernet. It can use the PXE boot mechanism to
locate a file, added later.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 239fa2eeb75..77a34082249 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -707,6 +707,7 @@ F: include/bootdev.h F: include/bootflow.h F: include/bootmeth.h F: include/bootstd.h +F: net/eth_bootdevice.c BTRFS M: Marek Behun <marek.behun@nic.cz> |