On Thu, 16 Aug 2018 17:30:27 +0200
Miquel Raynal <miquel.ray...@bootlin.com> wrote:

> There should not be a 'nand' command, a 'sf' command and certainly not
> a new 'spi-nand' command. Write a 'mtd' command instead to manage all
> MTD devices/partitions at once. This should be the preferred way to
> access any MTD device.
> 
> Signed-off-by: Miquel Raynal <miquel.ray...@bootlin.com>
> Acked-by: Jagan Teki <ja...@openedev.com>

[...]

>  
> +config CMD_MTD
> +     bool "mtd"
> +     depends on CMD_MTDPARTS

Shouldn't we select it instead?

> +     select MTD_PARTITIONS
> +     help
> +       MTD commands support.
> +

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to