summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUri Mashiach <uri.mashiach@compulab.co.il>2017-10-10 09:13:10 +0300
committerStefano Babic <sbabic@denx.de>2017-10-12 18:00:46 +0200
commit1a95913979d12a78deb47e9f7c9042c410d88e2a (patch)
treeb210222db4d29e155bbf3a4be119c01329c38d7d /include
parente2000731ae5396d97bae44c404e63d5f7b6e4788 (diff)
imx: mx7: spl: remove redundant SATA definitionas
The i.MX7 SOC doesn't include the SATA interface. Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx7_spl.h6
1 files changed, 0 insertions, 6 deletions
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