summaryrefslogtreecommitdiff
path: root/board/gardena/smart-gateway-mt7688/board.c
blob: 5ff546f505cca8de243cbb258616b4ebe68d93c7 (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 (C) 2018 Stefan Roese <sr@denx.de>
 */

#include <common.h>
#include <asm/io.h>

int board_early_init_f(void)
{
	/*
	 * Nothing to be done here for this board (no UART setup etc)
	 * right now. We might need some pin muxing, so lets keep this
	 * function for now.
	 */
	return 0;
}