Browse Source

kirkwood: add feature devicetree

this platform already uses devicetree

Signed-off-by: Alexander Couzens <[email protected]>

SVN-Revision: 49008
Luka Perkov 9 years ago
parent
commit
ef75442989
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/kirkwood/Makefile

+ 1 - 1
target/linux/kirkwood/Makefile

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=kirkwood
 BOARDNAME:=Marvell Kirkwood
-FEATURES:=targz usb jffs2_nand nand ubifs squashfs
+FEATURES:=targz usb jffs2_nand nand ubifs squashfs dt
 CPU_TYPE:=xscale
 MAINTAINER:=Luka Perkov <[email protected]>