All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v4, 1/8] Move board_init_f_mem() into a common location
Date: Sat, 24 Oct 2015 17:15:51 -0400	[thread overview]
Message-ID: <20151024211551.GT23893@bill-the-cat> (raw)
In-Reply-To: <1445259003-15896-2-git-send-email-sjg@chromium.org>

On Mon, Oct 19, 2015 at 06:49:56AM -0600, Simon Glass wrote:

> This function will be used by both SPL and U-Boot proper. So move it into
> a common place. Also change the #ifdef so that the early malloc() area is
> not set up in SPL if CONFIG_SYS_SPL_MALLOC_START is defined. In that case
> it would never actually be used, and just chews up stack space.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151024/35342aaa/attachment.sig>

  parent reply	other threads:[~2015-10-24 21:15 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-19 12:49 [U-Boot] [PATCH v4 0/8] arm: Tidy up early init Simon Glass
2015-10-19 12:49 ` [U-Boot] [PATCH v4 1/8] Move board_init_f_mem() into a common location Simon Glass
2015-10-22  5:53   ` Albert ARIBAUD
2015-10-24 21:15   ` Tom Rini [this message]
2015-10-19 12:49 ` [U-Boot] [PATCH v4 2/8] board_init_f_mem(): Don't require memset() Simon Glass
2015-10-24 21:15   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-19 12:49 ` [U-Boot] [PATCH v4 3/8] board_init_f_mem(): Don't create an unused early malloc() area Simon Glass
2015-10-24 21:15   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-19 12:49 ` [U-Boot] [PATCH v4 4/8] arm: Switch aarch64 to using generic global_data setup Simon Glass
2015-10-24 21:16   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-19 12:50 ` [U-Boot] [PATCH v4 5/8] arm: Switch 32-bit ARM " Simon Glass
2015-10-24 21:16   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-19 12:50 ` [U-Boot] [PATCH v4 6/8] microblaze: Add a TODO to call board_init_f_mem() Simon Glass
2015-10-24 21:16   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-19 12:50 ` [U-Boot] [PATCH v4 7/8] zynq: Move SPL console init out of board_init_f() Simon Glass
2015-10-24 21:16   ` [U-Boot] [U-Boot, v4, " Tom Rini
2015-10-19 12:50 ` [U-Boot] [PATCH v4 8/8] Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot" Simon Glass
2015-10-24 21:16   ` [U-Boot] [U-Boot, v4, " Tom Rini

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=20151024211551.GT23893@bill-the-cat \
    --to=trini@konsulko.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.