blob: 18f5fd5c5ee9e7a6fa7aadbf772854410c308a3d [file] [log] [blame]
Marek Vasutd7f72b62022-04-08 02:15:01 +02001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2021-2022 Marek Vasut <marex@denx.de>
4 */
5
6#include <common.h>
7#include <asm/arch/clock.h>
8#include <asm/arch/imx8mm_pins.h>
9#include <asm/arch/sys_proto.h>
10#include <asm/global_data.h>
11#include <asm/io.h>
12#include <asm/mach-imx/iomux-v3.h>
13#include <spl.h>
14
Marek Vasutd7f72b62022-04-08 02:15:01 +020015void board_early_init(void)
16{
Marek Vasut53025762022-09-19 21:35:56 +020017 init_uart_clk(0);
Marek Vasutd7f72b62022-04-08 02:15:01 +020018}