]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/mips/mach-pic32/cpu.c
MIPS: initial infrastructure for Microchip PIC32 architecture
[people/ms/u-boot.git] / arch / mips / mach-pic32 / cpu.c
diff --git a/arch/mips/mach-pic32/cpu.c b/arch/mips/mach-pic32/cpu.c
new file mode 100644 (file)
index 0000000..58fd3ab
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2015
+ * Purna Chandra Mandal <purna.mandal@microchip.com>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ *
+ */
+#include <common.h>
+
+phys_size_t initdram(int board_type)
+{
+       return 0;
+}