All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: Fix nand boot of imx6q and imx6qdl boards
Date: Fri, 8 Mar 2019 11:55:42 +0530	[thread overview]
Message-ID: <CAMty3ZCG9PtrXe76R31ODzQ-zUxSTkGRGbuD0MBE9fKrUSB=JA@mail.gmail.com> (raw)
In-Reply-To: <20190306074600.7578-1-michael@amarulasolutions.com>

On Wed, Mar 6, 2019 at 1:16 PM Michael Trimarchi
<michael@amarulasolutions.com> wrote:
>
> The nand boot require a little more memory that we had previosly
> allocated so it stopped booting.
> This patch increase CONFIG_SPL_SYS_MALLOC_F_LEN to 0x2000.
>
> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
> ---

Commit head to be specify the issue on relevant board, so it can be

configs: icore: Fix U-Boot proper loading from nand

SPL on Engicam i.Core M6 boards enabled DM, so it would require some malloc()
pool before relocation in order to load U-Boot proper properly.

So, enable SPL malloc() pool of 0x2000 size similarly like what we have used for
icore mmc defconfigs.

Once this is added,

Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>

  parent reply	other threads:[~2019-03-08  6:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-06  7:46 [U-Boot] [PATCH] ARM: Fix nand boot of imx6q and imx6qdl boards Michael Trimarchi
2019-03-07 10:23 ` Shyam Saini
2019-03-08  6:25 ` Jagan Teki [this message]
2019-03-08  6:28   ` Michael Nazzareno Trimarchi

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='CAMty3ZCG9PtrXe76R31ODzQ-zUxSTkGRGbuD0MBE9fKrUSB=JA@mail.gmail.com' \
    --to=jagan@amarulasolutions.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.