aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/amcc-2.6/image/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/amcc-2.6/image/Makefile')
-rw-r--r--target/linux/amcc-2.6/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/amcc-2.6/image/Makefile b/target/linux/amcc-2.6/image/Makefile
index bd391f02f2..09ff061dba 100644
--- a/target/linux/amcc-2.6/image/Makefile
+++ b/target/linux/amcc-2.6/image/Makefile
@@ -7,6 +7,8 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
+JFFS2_BLOCKSIZE=256k
+
define Image/Prepare
cp $(LINUX_DIR)/arch/ppc/boot/images/uImage $(KDIR)/uImage
endef