public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: Add CONFIG_OF_BOARD_SETUP support to bootm
Date: Thu, 4 Oct 2012 16:40:05 +0200	[thread overview]
Message-ID: <20121004164005.3dc0cd20@lilith> (raw)
In-Reply-To: <1345235330-14366-1-git-send-email-joe.hershberger@ni.com>

Hi Joe,

On Fri, 17 Aug 2012 15:28:50 -0500, Joe Hershberger
<joe.hershberger@ni.com> wrote:

> ARM boards need to change device tree settings as well
> 
> Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
> ---
>  arch/arm/lib/bootm.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
> index 599547d..2e0b0c1 100644
> --- a/arch/arm/lib/bootm.c
> +++ b/arch/arm/lib/bootm.c
> @@ -258,6 +258,9 @@ static int create_fdt(bootm_headers_t *images)
>  	fixup_memory_node(*of_flat_tree);
>  	fdt_fixup_ethernet(*of_flat_tree);
>  	fdt_initrd(*of_flat_tree, *initrd_start, *initrd_end, 1);
> +#ifdef CONFIG_OF_BOARD_SETUP
> +	ft_board_setup(*of_flat_tree, gd->bd);
> +#endif
>  
>  	return 0;
>  }

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

      reply	other threads:[~2012-10-04 14:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-17 20:28 [U-Boot] [PATCH] arm: Add CONFIG_OF_BOARD_SETUP support to bootm Joe Hershberger
2012-10-04 14:40 ` Albert ARIBAUD [this message]

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=20121004164005.3dc0cd20@lilith \
    --to=albert.u.boot@aribaud.net \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox