xref: /openbmc/u-boot/arch/mips/mach-ath79/ar934x/cpu.c (revision 07d538d2814fa03be243c71879372f4263030b78)
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