summaryrefslogtreecommitdiffstats
path: root/include/configs/tegra20-common.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-02-28 15:03:48 +0000
committerTom Warren <twarren@nvidia.com>2013-03-14 11:06:45 -0700
commit11d9c0303949c2e9c2a176f81c0d7355c76bb546 (patch)
tree682d369ccf97ae95138c1fcbb8fab0a7a24899f3 /include/configs/tegra20-common.h
parent4123c4ea23cd8b9f3313bccb6c2add87b06412a3 (diff)
downloadblackbird-obmc-uboot-11d9c0303949c2e9c2a176f81c0d7355c76bb546.tar.gz
blackbird-obmc-uboot-11d9c0303949c2e9c2a176f81c0d7355c76bb546.zip
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>
Diffstat (limited to 'include/configs/tegra20-common.h')
-rw-r--r--include/configs/tegra20-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h
index dac8245864..311680e9e1 100644
--- a/include/configs/tegra20-common.h
+++ b/include/configs/tegra20-common.h
@@ -108,9 +108,6 @@
/* Total I2C ports on Tegra20 */
#define TEGRA_I2C_NUM_CONTROLLERS 4
-#define CONFIG_PARTITION_UUIDS
-#define CONFIG_CMD_PART
-
#define CONFIG_SYS_NAND_SELF_INIT
#define CONFIG_SYS_NAND_ONFI_DETECTION
OpenPOWER on IntegriCloud