]> Git Repo - J-u-boot.git/commitdiff
imx: imx8qm_rom7720: added missing USDHC Base address defines
authorOliver Graute <[email protected]>
Thu, 19 Dec 2019 14:25:53 +0000 (14:25 +0000)
committerStefano Babic <[email protected]>
Mon, 9 Mar 2020 14:06:58 +0000 (15:06 +0100)
Added missing USDHC Base address defines

Signed-off-by: Oliver Graute <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Ye Li <[email protected]>
Cc: uboot-imx <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
include/configs/imx8qm_rom7720.h

index 865863eb7cb0057c397d71006c503630b6b1b39f..8e1427da8aa8161e9790f62529625f5a737eff7c 100644 (file)
 
 #define CONFIG_FSL_USDHC
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
+#define USDHC1_BASE_ADDR               0x5B010000
+#define USDHC2_BASE_ADDR               0x5B020000
+#define USDHC3_BASE_ADDR               0x5B030000
+
 #define CONFIG_SUPPORT_EMMC_BOOT       /* eMMC specific */
 
 #define CONFIG_ENV_OVERWRITE
This page took 0.034078 seconds and 4 git commands to generate.