summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-pic32/cpu.c
blob: 58fd3abcc2d9c85241e278c1560f93d1649a4a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}
OpenPOWER on IntegriCloud