diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-28 20:29:16 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-28 20:29:38 +0100 |
| commit | fcc66b0fa04b25b206e702110ed652fd4c113823 (patch) | |
| tree | 0ea6fca5769e5fd14ce199eaf2b37bfe7cab2ce6 /src | |
| parent | 154b4163d7c19aa86d3e47a78de9111d37f7f307 (diff) | |
fw: replace netboot with bootnet.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/coreboot-bootnet.c (renamed from src/coreboot-netboot.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreboot-netboot.c b/src/coreboot-bootnet.c index d27f0aa..687edd9 100644 --- a/src/coreboot-netboot.c +++ b/src/coreboot-bootnet.c @@ -4,4 +4,4 @@ ------------------------------------------- */ -#include <lib/netboot.h> +#include <lib/bootnet.h> |
