diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2021-04-02 17:52:50 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-04-08 20:29:54 +0200 |
commit | 2d0401b1182e70234a184d73da57f5745f1c0598 (patch) | |
tree | 8b23a973a9ce38c800d59e3e3df2bed3fc2c4daf /include/configs/udoo.h | |
parent | 41a6890d3dc2d8279e04893e696f006e4d3625ce (diff) | |
download | u-boot-2d0401b1182e70234a184d73da57f5745f1c0598.tar.gz |
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/udoo.h')
-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 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 */ |