From: Uri Mashiach Date: Tue, 10 Oct 2017 06:13:10 +0000 (+0300) Subject: imx: mx7: spl: remove redundant SATA definitionas X-Git-Tag: v2017.11-rc2~57^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1a95913979d12a78deb47e9f7c9042c410d88e2a;p=oweals%2Fu-boot.git imx: mx7: spl: remove redundant SATA definitionas The i.MX7 SOC doesn't include the SATA interface. Signed-off-by: Uri Mashiach Reviewed-by: Fabio Estevam --- diff --git a/include/configs/imx7_spl.h b/include/configs/imx7_spl.h index e562cdb2c3..b89dba6554 100644 --- a/include/configs/imx7_spl.h +++ b/include/configs/imx7_spl.h @@ -41,12 +41,6 @@ #define CONFIG_SYS_MONITOR_LEN 409600 /* 400 KB */ #endif -/* SATA support */ -#if defined(CONFIG_SPL_SATA_SUPPORT) -#define CONFIG_SPL_SATA_BOOT_DEVICE 0 -#define CONFIG_SYS_SATA_FAT_BOOT_PARTITION 1 -#endif - /* Define the payload for FAT/EXT support */ #if defined(CONFIG_SPL_FAT_SUPPORT) || defined(CONFIG_SPL_EXT_SUPPORT) # ifdef CONFIG_OF_CONTROL