summaryrefslogtreecommitdiffstats
path: root/src/hci
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-15 10:38:39 +0100
committerSimon Rettberg2019-02-15 10:38:39 +0100
commit893714cfea74a68b5637f1d9866d1b8d8973cf94 (patch)
tree0bc3209f0dc939a4dab61218c9af71f904bb17e5 /src/hci
parent[efi] Add support for console --update in efifb mode (diff)
parent[init] Show startup and shutdown function names in debug messages (diff)
downloadipxe-893714cfea74a68b5637f1d9866d1b8d8973cf94.tar.gz
ipxe-893714cfea74a68b5637f1d9866d1b8d8973cf94.tar.xz
ipxe-893714cfea74a68b5637f1d9866d1b8d8973cf94.zip
Merge branch 'master' into openslx
Diffstat (limited to 'src/hci')
-rw-r--r--src/hci/linux_args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci/linux_args.c b/src/hci/linux_args.c
index 58eeb063e..5f903e3b6 100644
--- a/src/hci/linux_args.c
+++ b/src/hci/linux_args.c
@@ -185,6 +185,7 @@ void linux_args_cleanup(int flags __unused)
}
struct startup_fn startup_linux_args __startup_fn(STARTUP_EARLY) = {
+ .name = "linux_args",
.startup = linux_args_parse,
.shutdown = linux_args_cleanup,
};