blob: 97ba38b630484d3aa1dd19954f7cc4424ce95181 [file] [log] [blame]
Patrick Georgiac959032020-05-05 22:49:26 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Nitheesh Sekar20e75872018-09-14 11:24:10 +05302
3#include <cbmem.h>
4
Arthur Heymans340e4b82019-10-23 17:25:58 +02005void *cbmem_top_chipset(void)
Nitheesh Sekar20e75872018-09-14 11:24:10 +05306{
7 return (void *)((uintptr_t)3 * GiB);
8}