mb/google/nissa/var/gothrax: Add probe and GPIO config for HDMI and
[coreboot2.git] / src / soc / samsung / exynos5250 / cbmem.c
blobd74b414f78f056343e46aee30171967748832e1b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <cbmem.h>
4 #include <soc/cpu.h>
6 uintptr_t cbmem_top_chipset(void)
8 return get_fb_base_kb() * KiB;