omap24xx: convert to use the new jffs2_nand

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 36862
This commit is contained in:
Jonas Gorski 2013-06-05 20:58:55 +00:00
parent e7b504ce8e
commit dd9a24663b
2 changed files with 2 additions and 4 deletions

View File

@ -10,7 +10,7 @@ ARCH:=arm
BOARD:=omap24xx
BOARDNAME:=TI OMAP24xx
MAINTAINER:=Michael Buesch <m@bues.ch>
FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio broken
FEATURES:=targz squashfs jffs2_nand usb usbgadget display gpio audio broken
LINUX_VERSION:=3.3.8

View File

@ -7,9 +7,7 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
JFFS2_BLOCKSIZE=128k
JFFS2OPTS += --little-endian --pagesize=0x800 --no-cleanmarkers --pad
NAND_BLOCKSIZE=2048:128k
define Image/BuildKernel
$(CP) $(LINUX_DIR)/arch/arm/boot/zImage $(BIN_DIR)/$(IMG_PREFIX)-zImage