summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe')
-rw-r--r--src/include/gpxe/init.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gpxe/init.h b/src/include/gpxe/init.h
index 0a2eb0bf4..bd4cd97d4 100644
--- a/src/include/gpxe/init.h
+++ b/src/include/gpxe/init.h
@@ -36,8 +36,9 @@ struct init_fn {
/* Use double digits to avoid problems with "10" < "9" on alphabetic sort */
#define INIT_CONSOLE 02
-#define INIT_CPU 03
-#define INIT_TIMERS 04
+#define INIT_GDBSYM 03
+#define INIT_CPU 04
+#define INIT_TIMERS 05
#define INIT_LOADBUF 08
#define INIT_PCMCIA 09
#define INIT_RPC 11