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