mips: add initial support for qca956x referenced board
[oweals/u-boot.git] / arch / mips / mach-ath79 / qca956x / cpu.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2019 Rosy Song <rosysong@rosinson.com>
4  */
5
6 #include <common.h>
7
8 /* The lowlevel_init() is not needed on QCA956X */
9 void lowlevel_init(void) {}