/* SPDX-License-Identifier: GPL-2.0-only */ #include #include #include void *cbmem_top_chipset(void) { return _dram + CONFIG_DRAM_SIZE_MB * MiB; }