From: jogo Date: Wed, 5 Jun 2013 20:58:55 +0000 (+0000) Subject: omap24xx: convert to use the new jffs2_nand X-Git-Tag: fast2504n-3.10.28-merged~2404 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=60ce3f83ad96a898befadaec96fad48ed3f8a608;p=openwrt.git omap24xx: convert to use the new jffs2_nand Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36862 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/omap24xx/Makefile b/target/linux/omap24xx/Makefile index 7a7e4d8bf3..5998b4db7e 100644 --- a/target/linux/omap24xx/Makefile +++ b/target/linux/omap24xx/Makefile @@ -10,7 +10,7 @@ ARCH:=arm BOARD:=omap24xx BOARDNAME:=TI OMAP24xx MAINTAINER:=Michael Buesch -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 diff --git a/target/linux/omap24xx/image/Makefile b/target/linux/omap24xx/image/Makefile index 682109a249..24e9b76744 100644 --- a/target/linux/omap24xx/image/Makefile +++ b/target/linux/omap24xx/image/Makefile @@ -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