xref: /rk3399_rockchip-uboot/arch/mips/mach-pic32/cpu.c (revision 9e160ee823b44e0a63bc469d42d7d9fcab54b60b)
1 /*
2  * Copyright (C) 2015
3  * Purna Chandra Mandal <purna.mandal@microchip.com>
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  *
7  */
8 #include <common.h>
9 
10 phys_size_t initdram(int board_type)
11 {
12 	return 0;
13 }
14