浏览代码

use the default kernel target on powerpc

SVN-Revision: 13357
Imre Kaloz 17 年之前
父节点
当前提交
8375b83015
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      include/kernel-defaults.mk

+ 0 - 3
include/kernel-defaults.mk

@@ -12,9 +12,6 @@ endif
 ifneq (,$(findstring rdc,$(BOARD)))
   KERNELNAME="bzImage"
 endif
-ifneq (,$(findstring ppc,$(BOARD)))
-  KERNELNAME="uImage"
-endif
 ifneq (,$(findstring avr32,$(BOARD)))
   KERNELNAME="uImage"
 endif