소스 검색

Add INIT_PCIBIOS

tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
5603c879c4
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5
    4
      src/include/init.h

+ 5
- 4
src/include/init.h 파일 보기

@@ -37,10 +37,11 @@ struct init_fn {
37 37
 #define INIT_CONSOLE	"01"
38 38
 #define	INIT_CPU	"02"
39 39
 #define	INIT_TIMERS	"03"
40
-#define	INIT_MEMSIZES	"04"
41
-#define INIT_RELOCATE	"05"
42
-#define	INIT_PCMCIA	"05"
43
-#define	INIT_HEAP	"07"
40
+#define INIT_PCIBIOS	"04"
41
+#define	INIT_MEMSIZES	"05"
42
+#define INIT_RELOCATE	"06"
43
+#define	INIT_PCMCIA	"07"
44
+#define	INIT_HEAP	"08"
44 45
 
45 46
 /* Macro for creating an initialisation function table entry */
46 47
 #define INIT_FN( init_order, init_func, reset_func, exit_func )		      \

Loading…
취소
저장