From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 12 May 2009 02:51:38 +0200 Subject: [U-Boot] [PATCH] OMAP3EVM: Set default bootfile In-Reply-To: <1241515371-24359-1-git-send-email-premi@ti.com> References: <1241515371-24359-1-git-send-email-premi@ti.com> Message-ID: <20090512005138.GJ18336@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14:52 Tue 05 May , 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 > --- applied to arm/next Best Regards, J.