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