imx-digi-base: set correct erase block size for ccxmx5xjs

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2012-12-14 19:36:13 +01:00
parent 4402372088
commit 57fa39008e
1 changed files with 3 additions and 0 deletions

View File

@ -9,4 +9,7 @@ include conf/machine/include/digi-defaults.inc
UBOOT_MAKE_TARGET = "u-boot.bin" UBOOT_MAKE_TARGET = "u-boot.bin"
UBOOT_SUFFIX = "bin" UBOOT_SUFFIX = "bin"
# Sector size 128 KiB
JFFS2_ERASEBLOCK = "0x20000"
IMAGE_FSTYPES = "jffs2 tar.bz2 ext3 sdcard" IMAGE_FSTYPES = "jffs2 tar.bz2 ext3 sdcard"