diff options
| author | Peter Robinson <[email protected]> | 2021-04-02 17:52:50 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-04-08 20:29:54 +0200 |
| commit | 2d0401b1182e70234a184d73da57f5745f1c0598 (patch) | |
| tree | 8b23a973a9ce38c800d59e3e3df2bed3fc2c4daf /include | |
| parent | 41a6890d3dc2d8279e04893e696f006e4d3625ce (diff) | |
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 <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/udoo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/udoo.h b/include/configs/udoo.h index b4fbf8c6383..25f40074c5b 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 */ |
