From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian S. Park Date: Thu, 18 Dec 2008 16:09:17 -0800 Subject: [U-Boot] DHCP/BOOP command behavior Message-ID: <494AE62D.1070908@corelis.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, I'm migrating from u-boot 1.0.0 to 1.3.4 and noticed that the behavior of bootp/dhcp command has changed. In 1.0.0, bootp/dhcp would just get IP setting. But in 1.3.4, they try to download the boot image using tftp after acquiring the ip from the dhcp server. How can I make it behave the old way? Thanks. Brian