diff options
| author | Gireesh Hiremath <[email protected]> | 2021-06-11 16:13:35 +0000 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2021-07-15 17:56:03 +0530 |
| commit | f11c3b0ef3c64a4ea9df3ab1960043de51038823 (patch) | |
| tree | 3d153650f6d71a5abe5bd6a89c681570c310c49d | |
| parent | 050531db00474d7d298828d997f517205d8517dc (diff) | |
configs: am335x_guardian: add ubi fastmap support
- Trigger fastmap automatically
Signed-off-by: Gireesh Hiremath <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | configs/am335x_guardian_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig index 8eedcbd64ac..baa0d161d08 100644 --- a/configs/am335x_guardian_defconfig +++ b/configs/am335x_guardian_defconfig @@ -87,6 +87,7 @@ CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y CONFIG_SYS_NAND_U_BOOT_OFFS=0x100000 CONFIG_SYS_NAND_U_BOOT_OFFS_REDUND=0x200000 CONFIG_MTD_UBI_FASTMAP=y +CONFIG_MTD_UBI_FASTMAP_AUTOCONVERT=1 CONFIG_PHYLIB=y CONFIG_DM_ETH=y CONFIG_PHY=y |
