imx: decouple sdcard sysupgrade from Apalis boards
authorLech Perczak <lech.perczak@gmail.com>
Thu, 28 Apr 2022 21:32:06 +0000 (23:32 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Mon, 11 Jul 2022 12:18:40 +0000 (14:18 +0200)
commit70a9c75ef3ff3866b0cf9b80323ba756a3850b59
tree069a5fca1ed5ce2d966b245bef3c7155e5e34e8e
parentf987887e14702ef0fe63b1721f498946669e3b79
imx: decouple sdcard sysupgrade from Apalis boards

Sysupgrade procedure for i.MX 6 Apalis boards is suitable for most other
i.MX boards booting from eMMC or SD card. Extract the common parts and
decouple the procedure from "apalis" board name in sysupgrade TAR
contents, so the procedure is reusable for i.MX 7 boards.

Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
target/linux/imx/base-files/lib/imx.sh [new file with mode: 0644]
target/linux/imx/cortexa9/base-files/lib/imx.sh [deleted file]
target/linux/imx/cortexa9/base-files/lib/preinit/79_move_config
target/linux/imx/cortexa9/base-files/lib/upgrade/platform.sh