diff options
Diffstat (limited to 'board/kontron/pitx_imx8m/spl.c')
-rw-r--r-- | board/kontron/pitx_imx8m/spl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/kontron/pitx_imx8m/spl.c b/board/kontron/pitx_imx8m/spl.c index 475e52f6231..bd5981bf694 100644 --- a/board/kontron/pitx_imx8m/spl.c +++ b/board/kontron/pitx_imx8m/spl.c @@ -28,7 +28,6 @@ extern struct dram_timing_info dram_timing_4gb; DECLARE_GLOBAL_DATA_PTR; - static void spl_dram_init(void) { struct dram_timing_info *dram_timing; @@ -89,7 +88,6 @@ int board_mmc_getcd(struct mmc *mmc) return 0; } - #define USDHC_PAD_CTRL (PAD_CTL_DSE6 | PAD_CTL_HYS | PAD_CTL_PUE | \ PAD_CTL_FSEL2) #define USDHC_GPIO_PAD_CTRL (PAD_CTL_PUE | PAD_CTL_DSE1) |