
Hi Stephen,
On Mon, Nov 5, 2012 at 3:22 PM, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
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.
Signed-off-by: Stephen Warren swarren@nvidia.com
I tested this on Seaboard and it worked just as before (although didn't actually load a kernel since there was not one there).
Acked-by: Simon Glass sjg@chromium.org Tested-by: Simon Glass sjg@chromium.org
tegra generic fs cmds fixup
What is this?
Tom, this patch is based on u-boot/master, since it depends on commit f9b55e2 "fs: rename fsload command to load" having been applied. I guess you'll need to either rebase u-boot-tegra/next onto that, or wait until you pick up that commit for other reasons.
Regards, Simon