diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-10-03 19:50:09 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-04 13:26:17 -0500 |
commit | f344fb1540eb384ca2a82677fc2cd2728f31b225 (patch) | |
tree | 42403b14ef60ab0751fd07373a4d298379edb8da /configs/colibri_vf_defconfig | |
parent | 63ea317245d9fd16222315797dcd30baf42ab71c (diff) | |
download | u-boot-f344fb1540eb384ca2a82677fc2cd2728f31b225.tar.gz u-boot-f344fb1540eb384ca2a82677fc2cd2728f31b225.tar.xz u-boot-f344fb1540eb384ca2a82677fc2cd2728f31b225.zip |
mtd: ensure UBI is compiled when using fastmap
UBI must be enabled when using fastmap, reflect this is defconfigs.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'configs/colibri_vf_defconfig')
-rw-r--r-- | configs/colibri_vf_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig index 0bbdaf96b3..12cfc17086 100644 --- a/configs/colibri_vf_defconfig +++ b/configs/colibri_vf_defconfig @@ -67,6 +67,8 @@ CONFIG_MTD_RAW_NAND=y CONFIG_NAND_VF610_NFC=y CONFIG_NAND_VF610_NFC_DT=y CONFIG_SYS_NAND_VF610_NFC_60_ECC_BYTES=y +CONFIG_MTD=y +CONFIG_MTD_UBI=y CONFIG_MTD_UBI_FASTMAP=y CONFIG_PHYLIB=y CONFIG_PHY_MICREL=y |