blob: 4b9eb37861ba5180763dddc398c39b3819af1747 [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
Arthur Heymans340e4b82019-10-23 17:25:58 +02005void *cbmem_top_chipset(void)
T Michael Turney7783c602019-10-09 07:04:54 -07006{
7 return (void *)((uintptr_t)4 * GiB);
8}