blob: 58fd3abcc2d9c85241e278c1560f93d1649a4a97 [file] [log] [blame]
Purna Chandra Mandal32c1a6e2016-01-28 15:30:10 +05301/*
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
10phys_size_t initdram(int board_type)
11{
12 return 0;
13}