SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / arch / mips / mach-ath79 / ar934x / cpu.c
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) {}