From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 1/2] bootstage: arm: fix fdt stashing code
Date: Tue, 8 Apr 2014 00:00:13 +0200 [thread overview]
Message-ID: <E1WXHaQ-0000fm-LX@janus> (raw)
In-Reply-To: <1392823017-72688-2-git-send-email-sessyargc+u-boot@gmail.com>
Hi Rommel,
On Thu, 20 Feb 2014 00:16:56 +0900, Rommel G Custodio
<sessyargc@gmail.com> wrote:
> The conditional is using a variable that is not defined.
>
> Signed-off-by: Rommel G Custodio <sessyargc+u-boot@gmail.com>
> ---
> arch/arm/lib/bootm.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
> index a8295bf..7f1b2e0 100644
> --- a/arch/arm/lib/bootm.c
> +++ b/arch/arm/lib/bootm.c
> @@ -71,8 +71,7 @@ static void announce_and_cleanup(int fake)
> "(fake run for tracing)" : "");
> bootstage_mark_name(BOOTSTAGE_ID_BOOTM_HANDOFF, "start_kernel");
> #ifdef CONFIG_BOOTSTAGE_FDT
> - if (flag == BOOTM_STATE_OS_FAKE_GO)
> - bootstage_fdt_add_report();
> + bootstage_fdt_add_report();
> #endif
> #ifdef CONFIG_BOOTSTAGE_REPORT
> bootstage_report();
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
next prev parent reply other threads:[~2014-04-07 22:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-19 15:16 [U-Boot] [PATCH V2 0/2] bootstage: fix fdt stashing and reporting Rommel G Custodio
2014-02-19 15:16 ` [U-Boot] [PATCH V2 1/2] bootstage: arm: fix fdt stashing code Rommel G Custodio
2014-04-07 22:00 ` Albert ARIBAUD [this message]
2014-02-19 15:16 ` [U-Boot] [PATCH V2 2/2] bootstage: powerpc: support fdt stash and reporting Rommel G Custodio
2014-03-07 23:03 ` York Sun
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=E1WXHaQ-0000fm-LX@janus \
--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