From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 05 Nov 2012 20:43:42 -0700 Subject: [U-Boot] [PATCH] tegra: use generic fs commands in BOOTCOMMAND In-Reply-To: References: <1352157720-15343-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <5098876E.7030905@wwwdotorg.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 11/05/2012 05:09 PM, Simon Glass wrote: > Hi Stephen, > > On Mon, Nov 5, 2012 at 3:22 PM, Stephen Warren wrote: >> From: Stephen Warren >> >> Modify tegra-common-post.h's BOOTCOMMAND definition to use the generic >> filesystem command load rather than separate fatload and ext2load. >> This removes the need to iterate over supported filesystem types in the >> boot command. >> >> This requires editing all board config headers to enable the new >> commands. The now-unused commands are left enabled to assue backwards >> compatibility with any user scripts. Boards (all from Avionic Design) >> which define custom BOOTCOMMAND values are not affected. ... >> tegra generic fs cmds fixup > > What is this? Oops. That's the commit subject from where I squashed some fixes. Perhaps Tom can remove it when he applies this, assuming I don't need to repost for any reason.