summaryrefslogtreecommitdiff
path: root/board/menlo/mx8menlo/mx8menlo.c
blob: f47b45c1d5607e5af61cd1a7a8e06bd8c51dfd9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright 2021-2022 Marek Vasut <[email protected]>
 */

#include <asm/arch/clock.h>
#include <asm/arch/imx8mm_pins.h>
#include <asm/arch/sys_proto.h>
#include <asm/global_data.h>
#include <asm/io.h>
#include <asm/mach-imx/iomux-v3.h>
#include <spl.h>

void board_early_init(void)
{
	init_uart_clk(0);
}