diff options
author | Stefano Babic <sbabic@denx.de> | 2012-02-22 00:24:41 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:31 +0200 |
commit | f92e4e6c1908c72ca06dbaca235005eefedd8f6c (patch) | |
tree | 7b17f5e58129ec76439ed93d6b1d27311af21589 /include/configs/mx53loco.h | |
parent | 79656d27b3e2eb4c9ceb273cc1efd33e51a9951a (diff) | |
download | u-boot-imx-f92e4e6c1908c72ca06dbaca235005eefedd8f6c.zip u-boot-imx-f92e4e6c1908c72ca06dbaca235005eefedd8f6c.tar.gz u-boot-imx-f92e4e6c1908c72ca06dbaca235005eefedd8f6c.tar.bz2 |
MX53: mx53loco: Add SATA support
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Jason Liu <jason.hui@linaro.org>
Acked-by: Jason Liu <jason.hui@linaro.org>
Diffstat (limited to 'include/configs/mx53loco.h')
-rw-r--r-- | include/configs/mx53loco.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 34a4edd..af59307 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -56,6 +56,7 @@ #define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC #define CONFIG_CMD_FAT +#define CONFIG_CMD_EXT2 #define CONFIG_DOS_PARTITION /* Eth Configs */ @@ -193,4 +194,14 @@ #define CONFIG_OF_LIBFDT +#define CONFIG_CMD_SATA +#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 + #endif /* __CONFIG_H */ |