diff options
| author | Miquel Raynal <[email protected]> | 2019-10-03 19:50:15 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-12-04 13:26:17 -0500 |
| commit | f6434a95619e52ffaa1ac7a3a030d00440e479c3 (patch) | |
| tree | 990778239f4ccc8208d17a75957881fd26ab3dbe /configs/devkit8000_defconfig | |
| 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 <[email protected]>
Reviewed-by: Boris Brezillon <[email protected]>
Diffstat (limited to 'configs/devkit8000_defconfig')
| -rw-r--r-- | configs/devkit8000_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/devkit8000_defconfig b/configs/devkit8000_defconfig index 9a2d007cf38..121feb87e8a 100644 --- a/configs/devkit8000_defconfig +++ b/configs/devkit8000_defconfig @@ -35,3 +35,4 @@ CONFIG_SPL_NAND_SIMPLE=y CONFIG_CONS_INDEX=3 CONFIG_OF_LIBFDT=y CONFIG_MTD=y +CONFIG_MTD_RAW_NAND=y |
