summaryrefslogtreecommitdiff
path: root/arch/mips/mach-ath79/ar934x/cpu.c
blob: 7daac03671493864be8c28089de7d4c743825e69 (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2016 Marek Vasut <marex@denx.de>
 */

#include <common.h>

/* The lowlevel_init() is not needed on AR934x */
void lowlevel_init(void) {}