summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/dram_init.c
blob: 4b8c938b5ead10b2362b2a7b956315e6cff6f42a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (C) 2012-2015 Panasonic Corporation
 *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <common.h>

int dram_init(void)
{
	DECLARE_GLOBAL_DATA_PTR;
	gd->ram_size = CONFIG_SYS_SDRAM_SIZE;

	return 0;
}
OpenPOWER on IntegriCloud