aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5250/cbmem.c
blob: d74b414f78f056343e46aee30171967748832e1b (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#include <cbmem.h>
#include <soc/cpu.h>

uintptr_t cbmem_top_chipset(void)
{
	return get_fb_base_kb() * KiB;
}