mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-24 16:11:33 +00:00
14 lines
198 B
C
14 lines
198 B
C
|
/*
|
||
|
* 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;
|
||
|
}
|