diff options
author | John Crispin <john@openwrt.org> | 2014-06-11 12:59:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-11 12:59:22 +0000 |
commit | ac5d5cbc795bc618dc426ac3631c88f4e73eaff5 (patch) | |
tree | bf670156337e54f3463fe1a3aed50a695d30f7dd /target/linux/omap/Makefile | |
parent | 28a563dec3e8106022535c85537f955b6f2c8161 (diff) | |
download | upstream-ac5d5cbc795bc618dc426ac3631c88f4e73eaff5.tar.gz upstream-ac5d5cbc795bc618dc426ac3631c88f4e73eaff5.tar.bz2 upstream-ac5d5cbc795bc618dc426ac3631c88f4e73eaff5.zip |
kernel: add a NAND_SUPPORT symbol
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41122
Diffstat (limited to 'target/linux/omap/Makefile')
-rw-r--r-- | target/linux/omap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 3d0297ea94..5795c002d8 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=omap BOARDNAME:=TI OMAP3/4/AM33xx -FEATURES:=usb usbgadget ext4 targz fpu audio display ubifs +FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 |