Rosy Song | 61290fb | 2019-03-16 09:24:44 +0800 | [diff] [blame] | 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) {} |