blob: 5fff371d58b4fb8914c4f18948df40fcb8f3bbea [file] [log] [blame]
Patrick Georgiac959032020-05-05 22:49:26 +02001/* SPDX-License-Identifier: GPL-2.0-only */
T Michael Turney7783c602019-10-09 07:04:54 -07002
3#include <cbmem.h>
4
Elyes Haouas799c3212022-11-09 14:00:44 +01005uintptr_t cbmem_top_chipset(void)
T Michael Turney7783c602019-10-09 07:04:54 -07006{
Elyes Haouas799c3212022-11-09 14:00:44 +01007 return (uintptr_t)4 * GiB;
T Michael Turney7783c602019-10-09 07:04:54 -07008}