summaryrefslogtreecommitdiffstats
path: root/include/configs/udoo.h
diff options
context:
space:
mode:
authorGiuseppe Pagano <giuseppe.pagano@seco.com>2013-11-28 12:32:49 +0100
committerStefano Babic <sbabic@denx.de>2013-12-17 18:14:21 +0100
commit98d012292495fff1662b107e188bbbb17e32a0f7 (patch)
tree2eeb635fe6dd1268453ba5696462873570508ee0 /include/configs/udoo.h
parent164d98466103a46b7c881149e92ec2a28a6375be (diff)
downloadtalos-obmc-uboot-98d012292495fff1662b107e188bbbb17e32a0f7.tar.gz
talos-obmc-uboot-98d012292495fff1662b107e188bbbb17e32a0f7.zip
udoo: Add SATA support on uDoo Board.
Add SATA support on uDoo Board. Signed-off-by: Giuseppe Pagano <giuseppe.pagano@seco.com> CC: Stefano Babic <sbabic@denx.de> CC: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/udoo.h')
-rw-r--r--include/configs/udoo.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/udoo.h b/include/configs/udoo.h
index b9a493cd1e..a1a1750cfd 100644
--- a/include/configs/udoo.h
+++ b/include/configs/udoo.h
@@ -34,6 +34,18 @@
#define CONFIG_MXC_UART
#define CONFIG_MXC_UART_BASE UART2_BASE
+/* SATA Configs */
+
+#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_ARB_BASE_ADDR
+#define CONFIG_LBA48
+#define CONFIG_LIBATA
+#endif
+
/* Network support */
#define CONFIG_CMD_PING
OpenPOWER on IntegriCloud