Skip to content
  • Nam Cao's avatar
    bootstd: support scanning a single partition · 11324714
    Nam Cao authored and Tom Rini's avatar Tom Rini committed
    
    
    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: default avatarNam Cao <namcao@linutronix.de>
    11324714