]> git.sur5r.net Git - u-boot/commit
cmd: Add Kconfig option for CMD_MTDPARTS and related options
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 27 Feb 2017 17:22:04 +0000 (18:22 +0100)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 7 Apr 2017 05:53:45 +0000 (11:23 +0530)
commit0269dfae0e9f0303e3f0044e90a1ba476e8328f2
tree9a0c2dd4df0be378e3d2a548cbf6e3e84a7ac942
parentfb1c43cc37ae45c6c0576d976a53b9222819691c
cmd: Add Kconfig option for CMD_MTDPARTS and related options

CMD_MTDPARTS is something the user might or might not want to select, and
might depends on (or be selected by) other options too.

This is even truer for the MTDIDS_DEFAULT and MTDPARTS_DEFAULT options that
might change from one board to another, or from one user to the other,
depending on what it expects and what storage devices are available.

In order to ease that configuration, add those options to Kconfig.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
cmd/Kconfig
cmd/mtdparts.c