summaryrefslogtreecommitdiffstats
path: root/include/configs/whistler.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/whistler.h
parent4123c4ea23cd8b9f3313bccb6c2add87b06412a3 (diff)
downloadtalos-obmc-uboot-11d9c0303949c2e9c2a176f81c0d7355c76bb546.tar.gz
talos-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/whistler.h')
-rw-r--r--include/configs/whistler.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/whistler.h b/include/configs/whistler.h
index 1e554d8164..9542c7e213 100644
--- a/include/configs/whistler.h
+++ b/include/configs/whistler.h
@@ -59,14 +59,6 @@
#define CONFIG_TEGRA_MMC
#define CONFIG_CMD_MMC
-#define CONFIG_DOS_PARTITION
-#define CONFIG_EFI_PARTITION
-#define CONFIG_FS_EXT4
-#define CONFIG_FS_FAT
-#define CONFIG_CMD_EXT2
-#define CONFIG_CMD_FAT
-#define CONFIG_CMD_FS_GENERIC
-
/*
* Environment in eMMC, at the end of 2nd "boot sector". Note: This assumes
* the user plugged the standard 8MB MoviNAND card into J29/HSMMC/POP. If
OpenPOWER on IntegriCloud