aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/mips/mach-ath79/ar934x/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/mips/mach-ath79/ar934x/cpu.c')
-rw-r--r--roms/u-boot/arch/mips/mach-ath79/ar934x/cpu.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/arch/mips/mach-ath79/ar934x/cpu.c b/roms/u-boot/arch/mips/mach-ath79/ar934x/cpu.c
new file mode 100644
index 000000000..7daac0367
--- /dev/null
+++ b/roms/u-boot/arch/mips/mach-ath79/ar934x/cpu.c
@@ -0,0 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2016 Marek Vasut <marex@denx.de>
+ */
+
+#include <common.h>
+
+/* The lowlevel_init() is not needed on AR934x */
+void lowlevel_init(void) {}