commit | e6f8880b37494c9c0f492d658acf7f22c8519853 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Nov 29 01:13:55 2024 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Nov 29 09:19:00 2024 -0300 |
tree | da1df80b9080ff6ffdc16277f7d88b09d95c7301 | |
parent | 84dd1c77164a09646c6e54da50adeb7b645566e8 [diff] |
ARM: imx: Perform plain boot in altbootcmd on Data Modul i.MX8M Mini/Plus eDM SBC The current A/B switching preparatory altbootcmd is confusing to users, replace it with plain 'run bootcmd' which can be replaced by proper A/B switching altbootcmd when the matching updater is added on top of the platform. By default, keep the boot counter incrementing, but do not do any A/B partition switching. Signed-off-by: Marek Vasut <marex@denx.de>