omap24xx: convert to use the new jffs2_nand
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36862
This commit is contained in:
parent
e7b504ce8e
commit
dd9a24663b
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue