All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 1/9] at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263
Date: Fri, 17 May 2013 08:06:32 +0200	[thread overview]
Message-ID: <5195C8E8.9090507@googlemail.com> (raw)
In-Reply-To: <1368635041-27638-1-git-send-email-sjg@chromium.org>

Hi Simon,

On 15.05.13 18:23, Simon Glass wrote:
> This is not currently used, since autoboot is not enabled for this
> board, but the string is missing a parameter. Add it.
> 
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Acked-by: Andreas Bie?mann <andreas.devel@googlemail.com>
> ---
> Changes in v4: None
> Changes in v3: None
> 
>  include/configs/pm9263.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
> index b60a9ad..6f6ddfa 100644
> --- a/include/configs/pm9263.h
> +++ b/include/configs/pm9263.h
> @@ -355,7 +355,7 @@
>  
>  #define CONFIG_BOOTCOMMAND		"run flashboot"
>  #define CONFIG_ROOTPATH			"/ronetix/rootfs"
> -#define CONFIG_AUTOBOOT_PROMPT		"autoboot in %d seconds\n"
> +#define CONFIG_AUTOBOOT_PROMPT		"autoboot in %d seconds\n", bootdelay
>  
>  #define CONFIG_CON_ROT			"fbcon=rotate:3 "
>  #define CONFIG_BOOTARGS			"root=/dev/mtdblock4 rootfstype=jffs2 "\
> 

  parent reply	other threads:[~2013-05-17  6:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-15 16:23 [U-Boot] [PATCH v4 1/9] at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263 Simon Glass
2013-05-15 16:23 ` [U-Boot] [PATCH v4 2/9] net: Add prototype for update_tftp Simon Glass
2013-05-15 16:36   ` Joe Hershberger
2013-05-15 16:23 ` [U-Boot] [PATCH v4 3/9] main: Separate out the two abortboot() functions Simon Glass
2013-05-15 16:37   ` Joe Hershberger
2013-05-15 16:23 ` [U-Boot] [PATCH v4 4/9] main: Move boot_delay code into its own function Simon Glass
2013-05-15 16:23 ` [U-Boot] [PATCH v4 5/9] main: Use get/setenv_ulong() Simon Glass
2013-05-15 16:23 ` [U-Boot] [PATCH v4 6/9] main: Fix typos and checkpatch warnings in command line reading Simon Glass
2013-05-15 16:23 ` [U-Boot] [PATCH v4 7/9] main: Correct header order Simon Glass
2013-05-15 16:24 ` [U-Boot] [PATCH v4 8/9] main: Add debug_parser() to avoid #ifdefs Simon Glass
2013-05-15 16:24 ` [U-Boot] [PATCH v4 9/9] main: Add debug_bootkeys " Simon Glass
2013-05-17  6:06 ` Andreas Bießmann [this message]
2013-06-05 12:33 ` [U-Boot] [PATCH v4 1/9] at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263 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=5195C8E8.9090507@googlemail.com \
    --to=andreas.devel@googlemail.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.