浏览代码

Removed TAGGED_IMAGE from the default build; NBI has been broken for ages.

tags/v0.9.3
Michael Brown 18 年前
父节点
当前提交
d475ecd561
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/config.h

+ 1
- 1
src/config.h 查看文件

@@ -98,7 +98,7 @@
98 98
  * you want to use.
99 99
  *
100 100
  */
101
-#define TAGGED_IMAGE		/* NBI image support */
101
+#undef	TAGGED_IMAGE		/* NBI image support */
102 102
 #undef	ELF64_IMAGE		/* ELF64 image support */
103 103
 #undef	ELF_IMAGE		/* ELF image support */
104 104
 #undef	COFF_IMAGE		/* COFF image support */

正在加载...
取消
保存