From fcc66b0fa04b25b206e702110ed652fd4c113823 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 28 Mar 2025 20:29:16 +0100 Subject: fw: replace netboot with bootnet. Signed-off-by: Amlal El Mahrouss --- src/coreboot-bootnet.c | 7 +++++++ src/coreboot-netboot.c | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 src/coreboot-bootnet.c delete mode 100644 src/coreboot-netboot.c (limited to 'src') diff --git a/src/coreboot-bootnet.c b/src/coreboot-bootnet.c new file mode 100644 index 0000000..687edd9 --- /dev/null +++ b/src/coreboot-bootnet.c @@ -0,0 +1,7 @@ +/* ------------------------------------------- + + Copyright (C) 2025, Amlal EL Mahrouss, all rights reserved. + +------------------------------------------- */ + +#include diff --git a/src/coreboot-netboot.c b/src/coreboot-netboot.c deleted file mode 100644 index d27f0aa..0000000 --- a/src/coreboot-netboot.c +++ /dev/null @@ -1,7 +0,0 @@ -/* ------------------------------------------- - - Copyright (C) 2025, Amlal EL Mahrouss, all rights reserved. - -------------------------------------------- */ - -#include -- cgit v1.2.3