Skip to content
Snippets Groups Projects
Commit 014765e7 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen
Browse files

Align jffs2 to pagesize and fix mkfs2.jffs2 opts

SVN-Revision: 22836
parent 00e17f0b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
JFFS2OPTS_NAND += --little-endian --pagesize=0x800 --no-cleanmarkers --pad
JFFS2OPTS += --little-endian --pagesize=0x800 --no-cleanmarkers --pad
define Image/Prepare
cp $(LINUX_DIR)/arch/arm/boot/uImage $(KDIR)/uImage
......@@ -25,6 +25,11 @@ define Image/Build
)
endef
define Image/Build/jffs2-128k
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img \
bs=2048 conv=sync
endef
define Image/Build/squashfs
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
( \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment