commit | a17c0cb85e3abe8601efaadbb287116d1142fefd | [log] [tgz] |
---|---|---|
author | Filip Brozovic <fbrozovic@gmail.com> | Mon Jun 29 13:14:37 2020 +0200 |
committer | Marek Vasut <marex@denx.de> | Tue Sep 01 14:47:43 2020 +0200 |
tree | bc3db8e28e4492a464ac2697de90a949f93f2a9f | |
parent | 1468a1cc72afa210c35a4d0ed533de29110de648 [diff] |
fastboot: Support defining raw partitions without a partition table Add support for defining raw fastboot partitions in eMMC by specifying the offset and size in an environment variable. Optionally, the eMMC hardware partition number may also be specified. This makes it possible to e.g. update only part of the eMMC boot partition, instead of having to write the entire partition. Signed-off-by: Filip Brozovic <fbrozovic@gmail.com>