diff options
Diffstat (limited to 'arch/mips/mach-ath79/qca956x/cpu.c')
-rw-r--r-- | arch/mips/mach-ath79/qca956x/cpu.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/qca956x/cpu.c b/arch/mips/mach-ath79/qca956x/cpu.c new file mode 100644 index 00000000000..7da8d0e60f1 --- /dev/null +++ b/arch/mips/mach-ath79/qca956x/cpu.c @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2019 Rosy Song <rosysong@rosinson.com> + */ + +/* The lowlevel_init() is not needed on QCA956X */ +void lowlevel_init(void) {} |