From mboxrd@z Thu Jan 1 00:00:00 1970 From: ppc user Date: Sat, 28 Feb 2004 00:27:06 -0500 Subject: [U-Boot-Users] bootp Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I'm using u-boot 1.0.0 on a xilinx embedded ppc 405 and I see the follow unexplained behavior: if I do a bootp
it always bootp's the filename stored in environment variable bootfile rather than the filename I specify in the command line. If I have no bootfile env variable it tries to bootp a garbage file name. If I use tftpboot
it gets the file name on the cmd line. I don't think this is expected behavior. Is that incorrect? Any ideas what I'm doing wrong?