summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2021-04-02 17:52:50 +0100
committerStefano Babic <sbabic@denx.de>2021-04-08 20:29:54 +0200
commit2d0401b1182e70234a184d73da57f5745f1c0598 (patch)
tree8b23a973a9ce38c800d59e3e3df2bed3fc2c4daf /include/configs
parent41a6890d3dc2d8279e04893e696f006e4d3625ce (diff)
downloadu-boot-2d0401b1182e70234a184d73da57f5745f1c0598.tar.gz
u-boot-2d0401b1182e70234a184d73da57f5745f1c0598.tar.xz
u-boot-2d0401b1182e70234a184d73da57f5745f1c0598.zip
ARM: imx: udoo: Convert block devices to DM
Enable DM block, DM MMC and DM SATA support on iMX6 Udoo convert board code to match the DM support. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/udoo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/udoo.h b/include/configs/udoo.h
index b4fbf8c638..25f40074c5 100644
--- a/include/configs/udoo.h
+++ b/include/configs/udoo.h
@@ -21,13 +21,7 @@
#define CONFIG_MXC_UART_BASE UART2_BASE
/* SATA Configs */
-
-#ifdef CONFIG_CMD_SATA
-#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
-#endif
/* Network support */