diff options
Diffstat (limited to 'arch/mips/mach-ath79/ar934x/cpu.c')
-rw-r--r-- | arch/mips/mach-ath79/ar934x/cpu.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/ar934x/cpu.c b/arch/mips/mach-ath79/ar934x/cpu.c new file mode 100644 index 0000000000..8fcdf657d1 --- /dev/null +++ b/arch/mips/mach-ath79/ar934x/cpu.c @@ -0,0 +1,10 @@ +/* + * Copyright (C) 2016 Marek Vasut <marex@denx.de> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#include <common.h> + +/* The lowlevel_init() is not needed on AR934x */ +void lowlevel_init(void) {} |