commit | cb0d3fb8c6a4e57513d871b3d946c4629540eaa8 | [log] [tgz] |
---|---|---|
author | Nam Cao <namcao@linutronix.de> | Wed Feb 21 13:41:44 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 04 10:25:47 2024 -0500 |
tree | de05f1909883b36d6fc7c0993522403713aba307 | |
parent | fb3ad54d9f6db6133e98e9f89f350d640c02776c [diff] |
bootstd: support scanning a single partition The "bootflow" command currently doesn't support scanning a single partition. This is inconvenient in setups with multiple bootable partitions within a single disk, but only one is desired. Support scanning a single disk partition. Specifically, support the syntax: bootflow scan mmc1:4 which scans only mmc device 1, partition 4. Signed-off-by: Nam Cao <namcao@linutronix.de>