xref: /aosp_15_r20/external/coreboot/src/soc/amd/common/block/cpu/noncar/memlayout.ld (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3#if ENV_SEPARATE_VERSTAGE && CONFIG(VBOOT_STARTS_BEFORE_BOOTBLOCK)
4	#include "memlayout_psp_verstage.ld"
5#else
6	#include "memlayout_x86.ld"
7#endif /* ENV_SEPARATE_VERSTAGE && CONFIG(VBOOT_STARTS_BEFORE_BOOTBLOCK) */
8