soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / mainboard / emulation / qemu-power9 / cbmem.c
blob82ae74ea3b94eacfaf56be533231bf6f76a55977
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <cbmem.h>
4 #include <ramdetect.h>
6 uintptr_t cbmem_top_chipset(void)
8 return probe_ramsize(0, CONFIG_DRAM_SIZE_MB) * MiB;