All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gireesh.Hiremath at in.bosch.com <Gireesh.Hiremath@in.bosch.com>
To: u-boot@lists.denx.de
Subject: [PATCH 03/10] am335x, guardian: configs: add ubi fastmap support
Date: Wed, 6 Jan 2021 15:31:49 +0000	[thread overview]
Message-ID: <20210106153156.2782-4-Gireesh.Hiremath@in.bosch.com> (raw)
In-Reply-To: <20210106153156.2782-1-Gireesh.Hiremath@in.bosch.com>

From: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com>

- 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 <Gireesh.Hiremath@in.bosch.com>
---
 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

  parent reply	other threads:[~2021-01-06 15:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-06 15:31 [PATCH 00/10] Add support am335, Guardian Gireesh.Hiremath at in.bosch.com
2021-01-06 15:31 ` [PATCH 01/10] am335x, guardian: Enable backlight Gireesh.Hiremath at in.bosch.com
2021-01-06 15:31 ` [PATCH 02/10] am335x, guardian: Enable splash screen Gireesh.Hiremath at in.bosch.com
2021-01-17 10:51   ` Lokesh Vutla
2021-01-06 15:31 ` Gireesh.Hiremath at in.bosch.com [this message]
2021-01-06 15:31 ` [PATCH 04/10] am335x, guardian: set tftp_load_addr in environment Gireesh.Hiremath at in.bosch.com
2021-01-06 15:31 ` [PATCH 05/10] am335x, guardian: cmd: add memtest configs Gireesh.Hiremath at in.bosch.com
2021-01-06 15:31 ` [PATCH 06/10] am335x, guardian: display DHCP Failed on lcd when dhcp fails during boot Gireesh.Hiremath at in.bosch.com
2021-01-06 15:31 ` [PATCH 07/10] am335x, guardian: update swi logic Gireesh.Hiremath at in.bosch.com
2021-01-06 15:31 ` [PATCH 08/10] am335x, guardian: Update pinmux configuration Gireesh.Hiremath at in.bosch.com
2021-01-17 10:52   ` Lokesh Vutla
2021-01-06 15:31 ` [PATCH 09/10] am335x, guardian: set environment variable autoload to no Gireesh.Hiremath at in.bosch.com
2021-01-06 15:31 ` [PATCH 10/10] am335x, guardian: code cleanup and boot optimization Gireesh.Hiremath at in.bosch.com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210106153156.2782-4-Gireesh.Hiremath@in.bosch.com \
    --to=gireesh.hiremath@in.bosch.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.