Skip to content
Snippets Groups Projects
Commit 6f060116 authored by Troy Kisky's avatar Troy Kisky
Browse files

cob: add CONFIG_FSL_ESDHC_IMX: to defconfigs

parent c97ca685
Branches
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <asm/mach-imx/mxc_i2c.h> #include <asm/mach-imx/mxc_i2c.h>
#include <asm/mach-imx/spi.h> #include <asm/mach-imx/spi.h>
#include <mmc.h> #include <mmc.h>
#include <fsl_esdhc.h> #include <fsl_esdhc_imx.h>
#include <linux/fb.h> #include <linux/fb.h>
#include <ipu_pixfmt.h> #include <ipu_pixfmt.h>
#include <asm/arch/crm_regs.h> #include <asm/arch/crm_regs.h>
...@@ -288,7 +288,7 @@ int board_ehci_power(int port, int on) ...@@ -288,7 +288,7 @@ int board_ehci_power(int port, int on)
#endif #endif
#ifdef CONFIG_FSL_ESDHC #ifdef CONFIG_FSL_ESDHC_IMX
struct fsl_esdhc_cfg board_usdhc_cfg[] = { struct fsl_esdhc_cfg board_usdhc_cfg[] = {
{.esdhc_base = USDHC4_BASE_ADDR, .bus_width = 8, {.esdhc_base = USDHC4_BASE_ADDR, .bus_width = 8,
.gp_reset = GP_EMMC_RESET}, .gp_reset = GP_EMMC_RESET},
......
...@@ -43,7 +43,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x12000000 ...@@ -43,7 +43,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x12000000
CONFIG_FASTBOOT_BUF_SIZE=0x26000000 CONFIG_FASTBOOT_BUF_SIZE=0x26000000
CONFIG_FASTBOOT_FLASH=y CONFIG_FASTBOOT_FLASH=y
CONFIG_FASTBOOT_FLASH_MMC_DEV=0 CONFIG_FASTBOOT_FLASH_MMC_DEV=0
CONFIG_FSL_ESDHC=y CONFIG_FSL_ESDHC_IMX=y
CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_GIGADEVICE=y CONFIG_SPI_FLASH_GIGADEVICE=y
CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_SPANSION=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment