diff options
Diffstat (limited to 'board/nvidia/seaboard/seaboard.c')
| -rw-r--r-- | board/nvidia/seaboard/seaboard.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/nvidia/seaboard/seaboard.c b/board/nvidia/seaboard/seaboard.c index 94efb1e83..36039c4ed 100644 --- a/board/nvidia/seaboard/seaboard.c +++ b/board/nvidia/seaboard/seaboard.c @@ -29,7 +29,7 @@  #include <asm/arch/pinmux.h>  #include <asm/arch/mmc.h>  #include <asm/gpio.h> -#ifdef CONFIG_TEGRA2_MMC +#ifdef CONFIG_TEGRA_MMC  #include <mmc.h>  #endif @@ -54,7 +54,7 @@ void gpio_config_uart(void)  }  #endif -#ifdef CONFIG_TEGRA2_MMC +#ifdef CONFIG_TEGRA_MMC  /*   * Routine: pin_mux_mmc   * Description: setup the pin muxes/tristate values for the SDMMC(s) |