From 0050c929c23077763bfea639a338054985bab8b3 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 17 May 2019 16:58:52 +0200 Subject: ARM: imx: dh-imx6: Convert SATA support to DM Enable DM SATA support on DHCOM iMX6 PDK2. Convert board code to match the DM support. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Ludwig Zenz Cc: Stefano Babic --- include/configs/dh_imx6.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/dh_imx6.h') diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h index 3eee382a64..e68467dda3 100644 --- a/include/configs/dh_imx6.h +++ b/include/configs/dh_imx6.h @@ -63,12 +63,7 @@ #define CONFIG_SYS_MMC_ENV_DEV 2 /* 1 = SDHC3, 2 = SDHC4 (eMMC) */ /* SATA Configs */ -#ifdef CONFIG_CMD_SATA -#define CONFIG_SYS_SATA_MAX_DEVICE 1 -#define CONFIG_DWC_AHSATA_PORT_ID 0 -#define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR #define CONFIG_LBA48 -#endif /* SPI Flash Configs */ -- cgit