commit | f6434a95619e52ffaa1ac7a3a030d00440e479c3 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Thu Oct 03 19:50:15 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 04 13:26:17 2019 -0500 |
tree | 990778239f4ccc8208d17a75957881fd26ab3dbe | |
parent | 2fa872ee7728b9c8863ab7824ec4f2508869a31f [diff] |
mtd: ensure MTD is compiled when CMD_MTDPARTS is selected MTD support must be enabled when using mtdparts. Indeed, functions like get_mtd_info(), get_mtd_device() and put_mtd_device() are in drivers/mtd/mtd_uboot.c and are built only with CONFIG_MTD. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>