From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Jeffers Date: Wed, 25 Feb 2009 15:04:56 -0600 Subject: [U-Boot] u-boot-v2 rc7 Message-ID: <49A5B278.7010300@lufkin.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In "~/u-boot-v2/board/pcm038/env/config (and in most other boards in v2) the following is found: /****+ autoboot_timeout=3 nfsroot="/ptx/work/octopus/rsc/svn/oselas/bsp/phytec/phyCORE-i.MX27/OSELAS.BSP-Phytec-phyCORE-i.MX27-trunk/root" bootargs="console=ttymxc0,115200" -****/ I believe this causes certain scripting in ptxdist to fail "~>ptxdist test setenv" since it is setting up uboot configuration for Robert S.'s machine. It does not actually "hurt" u-boot-v2 rc7 since the knowledgeable user will make this go away for his board. Likely the community would be better served if there was a comment as the following: #really make sure this points to the nfs root source. Assuming the BSP was at the user home. ~> nfsroot="/OSELAS.BSP-Phytec-phyCORE-8/projectroot" It may be useful to fix this as a question to the user.//