blob: 58fd3abcc2d9c85241e278c1560f93d1649a4a97 [file] [log] [blame]
/*
* 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;
}