diff options
Diffstat (limited to 'include/configs/mx53_evk.h')
-rw-r--r-- | include/configs/mx53_evk.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/mx53_evk.h b/include/configs/mx53_evk.h index 760d4ac..4fa66f2 100644 --- a/include/configs/mx53_evk.h +++ b/include/configs/mx53_evk.h @@ -100,6 +100,7 @@ #define CONFIG_CMD_CLOCK #define CONFIG_REF_CLK_FREQ CONFIG_MX53_HCLK_FREQ +#define CONFIG_CMD_SATA #undef CONFIG_CMD_IMLS #define CONFIG_BOOTDELAY 3 @@ -198,6 +199,19 @@ #define CONFIG_CMD_FAT 1 #define CONFIG_CMD_EXT2 1 #endif + +/* + * SATA Configs + */ +#ifdef CONFIG_CMD_SATA + #define CONFIG_DWC_AHSATA + #define CONFIG_SYS_SATA_MAX_DEVICE 1 + #define CONFIG_DWC_AHSATA_PORT_ID 0 + #define CONFIG_DWC_AHSATA_BASE_ADDR SATA_BASE_ADDR + #define CONFIG_LBA48 + #define CONFIG_LIBATA +#endif + /*----------------------------------------------------------------------- * Stack sizes * |