board: ge: bx50v3: use DM for uart
[oweals/u-boot.git] / board / freescale / imx8qm_mek / imx8qm_mek.c
index 667a2743a620266d9bae3e1e3869bb07e36ef2fb..c9b9b2547ea66df34281b30048f9a9a160d62410 100644 (file)
@@ -4,10 +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>
@@ -99,11 +101,6 @@ int board_init(void)
        return 0;
 }
 
-void detail_board_ddr_info(void)
-{
-       puts("\nDDR    ");
-}
-
 /*
  * Board specific reset that is system reset.
  */