Skip to content
Snippets Groups Projects
Commit 1a959139 authored by Uri Mashiach's avatar Uri Mashiach Committed by Stefano Babic
Browse files

imx: mx7: spl: remove redundant SATA definitionas


The i.MX7 SOC doesn't include the SATA interface.

Signed-off-by: default avatarUri Mashiach <uri.mashiach@compulab.co.il>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent e2000731
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment