]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tegra: use generic fs commands in BOOTCOMMAND
authorStephen Warren <swarren@nvidia.com>
Mon, 5 Nov 2012 13:22:00 +0000 (13:22 +0000)
committerTom Warren <twarren@nvidia.com>
Mon, 19 Nov 2012 15:15:43 +0000 (08:15 -0700)
commit3786a942b5892441982f5d8908303f360bac9f8c
tree7b97b3c5394bd822c6426cc8d0e9f0f4e0a121e1
parentef24c38a6f99baae46fd060da9848c1800889c52
tegra: use generic fs commands in BOOTCOMMAND

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>
tegra generic fs cmds fixup
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/harmony.h
include/configs/paz00.h
include/configs/seaboard.h
include/configs/tegra-common-post.h
include/configs/trimslice.h
include/configs/ventana.h
include/configs/whistler.h