All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] OMAP3EVM: Set default bootfile
Date: Tue, 05 May 2009 17:29:08 +0200	[thread overview]
Message-ID: <4A005B44.5040108@googlemail.com> (raw)
In-Reply-To: <1241515371-24359-1-git-send-email-premi@ti.com>

Sanjeev Premi wrote:
> The current configuration doesn't define default
> bootfile; leading to this warning at execution:
> 
> OMAP3_EVM # dhcp
> ...
> ...
> DHCP client bound to address 192.168.1.11
> *** Warning: no boot file name; using 'AC18BE16.img'
> TFTP from server 0.0.0.0; our IP address is 192.168.1.11;
> sending through gateway 192.168.1.1
> Filename 'AC18BE16.img'.
> Load address: 0x82000000
> Loading: *
> TFTP error: 'File not found' (1)
> 
> Signed-off-by: Sanjeev Premi <premi@ti.com>

Acked-by: Dirk Behme <dirk.behme@googlemail.com>

> ---
>  include/configs/omap3_evm.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
> index 549cef9..e205c01 100644
> --- a/include/configs/omap3_evm.h
> +++ b/include/configs/omap3_evm.h
> @@ -149,6 +149,8 @@
>  /* Environment information */
>  #define CONFIG_BOOTDELAY	10
>  
> +#define CONFIG_BOOTFILE		uImage
> +
>  #define CONFIG_EXTRA_ENV_SETTINGS \
>  	"loadaddr=0x82000000\0" \
>  	"console=ttyS2,115200n8\0" \

  parent reply	other threads:[~2009-05-05 15:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-05  9:22 [U-Boot] [PATCH] OMAP3EVM: Set default bootfile Sanjeev Premi
2009-05-05 10:20 ` Wolfgang Denk
2009-05-05 10:23   ` Premi, Sanjeev
2009-05-05 10:26   ` Pillai, Manikandan
2009-05-05 15:29 ` Dirk Behme [this message]
2009-05-07 20:39 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-12  0:51 ` Jean-Christophe PLAGNIOL-VILLARD

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=4A005B44.5040108@googlemail.com \
    --to=dirk.behme@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.