summaryrefslogtreecommitdiff
path: root/src/arch/x86/include/arch/memlayout.h
blob: 2eea83faaf1b4352a8a30a854597ab640d25b022 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __ARCH_MEMLAYOUT_H
#define __ARCH_MEMLAYOUT_H

#if (CONFIG_RAMTOP == 0)
# error "CONFIG_RAMTOP not configured"
#endif

#endif /* __ARCH_MEMLAYOUT_H */