xref: /openbmc/u-boot/arch/mips/mach-ath79/ar934x/cpu.c (revision 78a88f79)
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2016 Marek Vasut <marex@denx.de>
4  */
5 
6 #include <common.h>
7 
8 /* The lowlevel_init() is not needed on AR934x */
9 void lowlevel_init(void) {}
10