Skip to content

Commit

Permalink
imx6: images: ventana: allow normal flash geometries to have more blocks
Browse files Browse the repository at this point in the history
The latest 2GiB NAND flash parts used by ventana are 2k page-size.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
  • Loading branch information
Gateworks committed May 15, 2019
1 parent 6bab064 commit 8e6c22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/imx6/image/Makefile
Expand Up @@ -156,7 +156,7 @@ define Device/ventana
"imx6q-gw5904:imx6q-gw5909" \
"imx6dl-gw5904:imx6dl-gw5909"
IMAGES := nand_normal.ubi nand_large.ubi bootfs.tar.gz
IMAGE/nand_normal.ubi := ubi-boot-overlay normal 2048 124KiB 128KiB 8124
IMAGE/nand_normal.ubi := ubi-boot-overlay normal 2048 124KiB 128KiB 16248
IMAGE/nand_large.ubi := ubi-boot-overlay large 4096 248KiB 256KiB 8124
IMAGE/bootfs.tar.gz := bootfs.tar.gz
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1)-$$(2)
Expand Down

0 comments on commit 8e6c22d

Please sign in to comment.