From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gireesh.Hiremath at in.bosch.com Date: Wed, 6 Jan 2021 15:31:49 +0000 Subject: [PATCH 03/10] am335x, guardian: configs: add ubi fastmap support In-Reply-To: <20210106153156.2782-1-Gireesh.Hiremath@in.bosch.com> References: <20210106153156.2782-1-Gireesh.Hiremath@in.bosch.com> Message-ID: <20210106153156.2782-4-Gireesh.Hiremath@in.bosch.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Gireesh Hiremath - Ideally enabling the config should trigger fastmap, if it doesn't work then send ubi.fm_autoconvert=1 as kernel cmdline argument Signed-off-by: Gireesh Hiremath --- configs/am335x_guardian_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig index 48b9bf45a4..745a64bba7 100644 --- a/configs/am335x_guardian_defconfig +++ b/configs/am335x_guardian_defconfig @@ -79,6 +79,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 -- 2.20.1