]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx: ventana: set dynamic env var for flash layout
authorTim Harvey <tharvey@gateworks.com>
Fri, 8 Aug 2014 05:35:41 +0000 (22:35 -0700)
committerStefano Babic <sbabic@denx.de>
Wed, 20 Aug 2014 10:51:35 +0000 (12:51 +0200)
commit63b85adcecdd019f049cbbebf10119cea45d3645
treeb3010f1f13e263254acbdcca863545665b38cb11
parenteb5c18078dfab0bfab5409d365ad3902b18a04c7
imx: ventana: set dynamic env var for flash layout

NAND devices have differing layouts with respect to page size and pages per
block. These parameters affect the parameters that need to be passed to
mkfs.ubifs and ubinize used to create UBI images. The various NAND chips
supported by Gateworks Ventana fall into two different layouts which we
refer to as 'normal' and 'large'. This layout is useful when referencing
ubi files to download and flash so we create a dynamic env variable for it.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/gw_ventana/gw_ventana.c