blob: 08a8c84e72dd0eaa2de21f961460a6af36bb5666 [file] [log] [blame]
Rosy Song61290fb2019-03-16 09:24:44 +08001// 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 */
9void lowlevel_init(void) {}