Skip to content
  • AKASHI Takahiro's avatar
    cmd: part: add explicit dependency on PARTITIONS · 64efbd12
    AKASHI Takahiro authored
    
    
    This is a follow-up patch for my "disk: don't compile in partition
    support for spl/tpl if not really necessary".
    
    "part" command is useful only if, at least, one of partition table types
    is selected. So it should have a dependency on PARTITIONS which is now
    automatically selected if one of partition table types is enabled.
    
    With this change, *_defconfig which explicitly selects CMD_PART but
    has no partition table types enabled should also be fixed.
    
    Signed-off-by: default avatarAKASHI Takahiro <takahiro.akashi@linaro.org>
    Reviewed-by: default avatarTom Rini <trini@konsulko.com>
    64efbd12