diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-10-03 19:50:15 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-04 13:26:17 -0500 |
commit | f6434a95619e52ffaa1ac7a3a030d00440e479c3 (patch) | |
tree | 990778239f4ccc8208d17a75957881fd26ab3dbe /configs/am335x_hs_evm_uart_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 <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'configs/am335x_hs_evm_uart_defconfig')
-rw-r--r-- | configs/am335x_hs_evm_uart_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_hs_evm_uart_defconfig b/configs/am335x_hs_evm_uart_defconfig index 1e11f5aca4..69ed0504ea 100644 --- a/configs/am335x_hs_evm_uart_defconfig +++ b/configs/am335x_hs_evm_uart_defconfig @@ -73,3 +73,4 @@ CONFIG_SPL_TINY_MEMSET=y CONFIG_RSA=y CONFIG_LZO=y CONFIG_MTD=y +CONFIG_MTD_RAW_NAND=y |