blob: 82ae74ea3b94eacfaf56be533231bf6f76a55977 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <cbmem.h>
#include <ramdetect.h>
uintptr_t cbmem_top_chipset(void)
{
return probe_ramsize(0, CONFIG_DRAM_SIZE_MB) * MiB;
}