]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: tegra: enable a common set of disk-related commands everywhere
authorStephen Warren <swarren@nvidia.com>
Thu, 28 Feb 2013 15:03:48 +0000 (15:03 +0000)
committerTom Warren <twarren@nvidia.com>
Thu, 14 Mar 2013 18:06:45 +0000 (11:06 -0700)
commit11d9c0303949c2e9c2a176f81c0d7355c76bb546
tree682d369ccf97ae95138c1fcbb8fab0a7a24899f3
parent4123c4ea23cd8b9f3313bccb6c2add87b06412a3
ARM: tegra: enable a common set of disk-related commands everywhere

Enable a common set of partition types, filesystems, and related
commands in tegra-common.h, so that they are available on all Tegra
boards. This allows boot.scr (loaded and executed by the default
built-in environment) on those boards to assume that certain features
are always available.

Do this in tegra-common.h, so that individual board files can undefine
the features if they really don't want any of them.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
13 files changed:
include/configs/cardhu.h
include/configs/colibri_t20_iris.h
include/configs/harmony.h
include/configs/medcom-wide.h
include/configs/paz00.h
include/configs/plutux.h
include/configs/seaboard.h
include/configs/tec.h
include/configs/tegra-common.h
include/configs/tegra20-common.h
include/configs/trimslice.h
include/configs/ventana.h
include/configs/whistler.h