board: ge: bx50v3: use DM for uart
[oweals/u-boot.git] / board / freescale / imx8qm_mek / imx8qm_mek.c
index 76634a3a28ad9cc0ffd80d3a1a2e84741ce95750..c9b9b2547ea66df34281b30048f9a9a160d62410 100644 (file)
@@ -4,9 +4,12 @@
  */
 
 #include <common.h>
+#include <cpu_func.h>
 #include <env.h>
 #include <errno.h>
+#include <init.h>
 #include <linux/libfdt.h>
+#include <fdt_support.h>
 #include <asm/io.h>
 #include <asm/gpio.h>
 #include <asm/arch/clock.h>
@@ -49,7 +52,7 @@ int board_early_init_f(void)
        return 0;
 }
 
-#if IS_ENABLED(CONFIG_DM_GPIO)
+#if CONFIG_IS_ENABLED(DM_GPIO)
 static void board_gpio_init(void)
 {
        /* TODO */
@@ -98,11 +101,6 @@ int board_init(void)
        return 0;
 }
 
-void detail_board_ddr_info(void)
-{
-       puts("\nDDR    ");
-}
-
 /*
  * Board specific reset that is system reset.
  */