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

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

diff --git a/board/boundary/dash/dash.c b/board/boundary/dash/dash.c
index e901937bbc8..76d802a0f77 100644
--- a/board/boundary/dash/dash.c
+++ b/board/boundary/dash/dash.c
@@ -22,7 +22,7 @@
 #include <asm/mach-imx/sata.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>
@@ -182,7 +182,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 = USDHC4_BASE_ADDR, .bus_width = 4,
 			.gp_cd = GP_USDHC4_CD},
diff --git a/configs/dash_defconfig b/configs/dash_defconfig
index 4ddf08f3d02..4b060730693 100644
--- a/configs/dash_defconfig
+++ b/configs/dash_defconfig
@@ -45,7 +45,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x12000000
 CONFIG_FASTBOOT_BUF_SIZE=0x26000000
 CONFIG_FASTBOOT_FLASH=y
 CONFIG_FASTBOOT_FLASH_MMC_DEV=0
-CONFIG_FSL_ESDHC=y
+CONFIG_FSL_ESDHC_IMX=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_GIGADEVICE=y
 CONFIG_SPI_FLASH_SPANSION=y
-- 
GitLab