From 7f7875fd7828acb40bed4c8086d2280199125107 Mon Sep 17 00:00:00 2001
From: Troy Kisky <troy.kisky@boundarydevices.com>
Date: Mon, 28 Oct 2019 16:02:10 -0700
Subject: [PATCH] ash: add  CONFIG_FSL_ESDHC_IMX: to defconfigs

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
---
 board/boundary/ash/ash.c | 4 ++--
 configs/ash_defconfig    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/board/boundary/ash/ash.c b/board/boundary/ash/ash.c
index 2bb23ef2d9a..d25847acc71 100644
--- a/board/boundary/ash/ash.c
+++ b/board/boundary/ash/ash.c
@@ -21,7 +21,7 @@
 #include <asm/mach-imx/mxc_i2c.h>
 #include <asm/mach-imx/spi.h>
 #include <mmc.h>
-#include <fsl_esdhc.h>
+#include <fsl_esdhc_imx.h>
 #include <linux/fb.h>
 #include <ipu_pixfmt.h>
 #include <asm/arch/crm_regs.h>
@@ -399,7 +399,7 @@ int board_ehci_power(int port, int on)
 
 #endif
 
-#ifdef CONFIG_FSL_ESDHC
+#ifdef CONFIG_FSL_ESDHC_IMX
 struct fsl_esdhc_cfg board_usdhc_cfg[] = {
 	{.esdhc_base = USDHC3_BASE_ADDR, .bus_width = 4,
 			.gp_cd = GP_USDHC3_CD, .gp_reset = GP_USDHC3_POWER_EN},
diff --git a/configs/ash_defconfig b/configs/ash_defconfig
index a1a532dc2dc..e11ac88302d 100644
--- a/configs/ash_defconfig
+++ b/configs/ash_defconfig
@@ -42,7 +42,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x12000000
 CONFIG_FASTBOOT_BUF_SIZE=0x26000000
 CONFIG_FASTBOOT_FLASH=y
 CONFIG_FASTBOOT_FLASH_MMC_DEV=1
-CONFIG_FSL_ESDHC=y
+CONFIG_FSL_ESDHC_IMX=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_GIGADEVICE=y
 CONFIG_SPI_FLASH_SPANSION=y
-- 
GitLab