imx6: apalis: move set_blkcnt variable into recovery script
authorPetr Štetiar <ynezz@true.cz>
Mon, 2 Mar 2020 17:03:27 +0000 (18:03 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sun, 8 Mar 2020 14:10:55 +0000 (15:10 +0100)
commit156bf9980e2420c1866110af1ef6e5a0592b75bf
tree3d038c1d594503a1125a83a45c42aa2af18c8a1a
parent26760c5e0df29b5a9e4587996dbf5e0e94b9e445
imx6: apalis: move set_blkcnt variable into recovery script

I've added `set_blkcnt` environment variable which is needed for every
`mmc write` command as we need to always specify size in block count.

That `set_blkcnt` variable was previously present in the U-Boot's
default environment, but that needed patching U-Boot every time, so that
patch was dropped with 2020.01 version bump.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/imx6/image/recovery-apalis