diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/harmony.h | 2 | ||||
| -rw-r--r-- | include/configs/medcom.h | 2 | ||||
| -rw-r--r-- | include/configs/paz00.h | 2 | ||||
| -rw-r--r-- | include/configs/plutux.h | 2 | ||||
| -rw-r--r-- | include/configs/seaboard.h | 2 | ||||
| -rw-r--r-- | include/configs/trimslice.h | 2 | ||||
| -rw-r--r-- | include/configs/ventana.h | 2 | ||||
| -rw-r--r-- | include/configs/whistler.h | 2 | 
8 files changed, 8 insertions, 8 deletions
| diff --git a/include/configs/harmony.h b/include/configs/harmony.h index 88189bedb..d13ead990 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.h @@ -55,7 +55,7 @@  /* SD/MMC */  #define CONFIG_MMC  #define CONFIG_GENERIC_MMC -#define CONFIG_TEGRA2_MMC +#define CONFIG_TEGRA_MMC  #define CONFIG_CMD_MMC  #define CONFIG_DOS_PARTITION diff --git a/include/configs/medcom.h b/include/configs/medcom.h index eecfa50e3..d3d10550a 100644 --- a/include/configs/medcom.h +++ b/include/configs/medcom.h @@ -45,7 +45,7 @@  /* SD/MMC */  #define CONFIG_MMC  #define CONFIG_GENERIC_MMC -#define CONFIG_TEGRA2_MMC +#define CONFIG_TEGRA_MMC  #define CONFIG_CMD_MMC  #define CONFIG_DOS_PARTITION diff --git a/include/configs/paz00.h b/include/configs/paz00.h index 3edd102d1..d6f7fe38a 100644 --- a/include/configs/paz00.h +++ b/include/configs/paz00.h @@ -42,7 +42,7 @@  /* SD/MMC */  #define CONFIG_MMC  #define CONFIG_GENERIC_MMC -#define CONFIG_TEGRA2_MMC +#define CONFIG_TEGRA_MMC  #define CONFIG_CMD_MMC  #define CONFIG_DOS_PARTITION diff --git a/include/configs/plutux.h b/include/configs/plutux.h index 188827623..e73be0bf9 100644 --- a/include/configs/plutux.h +++ b/include/configs/plutux.h @@ -45,7 +45,7 @@  /* SD/MMC */  #define CONFIG_MMC  #define CONFIG_GENERIC_MMC -#define CONFIG_TEGRA2_MMC +#define CONFIG_TEGRA_MMC  #define CONFIG_CMD_MMC  #define CONFIG_DOS_PARTITION diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index db11d8a30..cae6e2347 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -86,7 +86,7 @@  /* SD/MMC */  #define CONFIG_MMC  #define CONFIG_GENERIC_MMC -#define CONFIG_TEGRA2_MMC +#define CONFIG_TEGRA_MMC  #define CONFIG_CMD_MMC  #define CONFIG_DOS_PARTITION diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h index 21b9ef234..7e6adc74a 100644 --- a/include/configs/trimslice.h +++ b/include/configs/trimslice.h @@ -58,7 +58,7 @@  /* SD/MMC */  #define CONFIG_MMC  #define CONFIG_GENERIC_MMC -#define CONFIG_TEGRA2_MMC +#define CONFIG_TEGRA_MMC  #define CONFIG_CMD_MMC  #define CONFIG_DOS_PARTITION diff --git a/include/configs/ventana.h b/include/configs/ventana.h index 665076d08..77a0a1415 100644 --- a/include/configs/ventana.h +++ b/include/configs/ventana.h @@ -49,7 +49,7 @@  /* SD/MMC */  #define CONFIG_MMC  #define CONFIG_GENERIC_MMC -#define CONFIG_TEGRA2_MMC +#define CONFIG_TEGRA_MMC  #define CONFIG_CMD_MMC  #define CONFIG_DOS_PARTITION diff --git a/include/configs/whistler.h b/include/configs/whistler.h index ec96cff49..9dafe5cad 100644 --- a/include/configs/whistler.h +++ b/include/configs/whistler.h @@ -58,7 +58,7 @@  /* SD/MMC */  #define CONFIG_MMC  #define CONFIG_GENERIC_MMC -#define CONFIG_TEGRA2_MMC +#define CONFIG_TEGRA_MMC  #define CONFIG_CMD_MMC  #define CONFIG_DOS_PARTITION |