[U-Boot] [PATCH] OMAP3EVM: Set default bootfile
Wolfgang Denk
wd at denx.de
Tue May 5 12:20:31 CEST 2009
Dear Sanjeev Premi,
In message <1241515371-24359-1-git-send-email-premi at ti.com> you wrote:
> The current configuration doesn't define default
> bootfile; leading to this warning at execution:
Note that this is not a problem, but a decision of the board
maintainer.
Also, you can always just use setenv + saveenv if you want this
changed on your board.
> 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)
This is standard behaviour and not a problem.
> Signed-off-by: Sanjeev Premi <premi at ti.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
> +
You should probably add the board maintainer on Cc: (done here) to get
his ACK.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The thing is, as you progress in the Craft, you'll learn there is
another rule... When you break rules, break 'em good and hard.
- Terry Pratchett, _Wyrd Sisters_
More information about the U-Boot
mailing list