commit | 1132471405512619241dc879861f1b5beb95c48c | [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 | c15d73d18925dc2dbb3082874b61b924bad9388c [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>