aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/allwinner/a10/cbmem.c
blob: e051f06b345c95812f947ff1711e8a73a7b01400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Provides cbmem utilities for romstage and ramstage
 *
 * Copyright (C) 2013 Alexandru Gagniuc <mr.nuke.me@gmail.com>
 * Subject to the GNU GPL v2, or (at your option) any later version.
 */

#include "ram_segs.h"
#include <cbmem.h>

void *cbmem_top(void)
{
	return a1x_get_cbmem_top();
}